Skip to content

Commit 281134f

Browse files
committed
fix: workflow
1 parent 6e15c30 commit 281134f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/on-push-master.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
run: yarn
1717
- name: Run unit tests
1818
run: make github-test-unit
19+
- name: Add local env file
20+
run: touch .env.local
1921
- name: Spin up required database containers
20-
run: docker compose up -d db users-service
22+
run: docker compose up --build -d db users-service cache
2123
- name: Run integration tests
2224
run: make github-test-integration

0 commit comments

Comments
 (0)