Skip to content

Commit a6763af

Browse files
authored
Merge pull request #996 from PayButton/fix/master-workflow
fix: master workflow
2 parents 6e15c30 + 281134f commit a6763af

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)