We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f283773 commit 229101dCopy full SHA for 229101d
.github/workflows/unit-test.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Wait for db
53
run: |
54
- docker compose -f docker-compose.test.yml up -d db migrations --wait --wait-timeout 200
+ docker compose -f docker-compose.test.yml up -d db --wait --wait-timeout 200
55
56
- name: Run Unit Tests
57
0 commit comments