Skip to content

Commit 229101d

Browse files
committed
Fix slow unit tests in CI
1 parent f283773 commit 229101d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Wait for db
5353
run: |
54-
docker compose -f docker-compose.test.yml up -d db migrations --wait --wait-timeout 200
54+
docker compose -f docker-compose.test.yml up -d db --wait --wait-timeout 200
5555
5656
- name: Run Unit Tests
5757
run: |

0 commit comments

Comments
 (0)