Skip to content

Commit

Permalink
Merge pull request #690 from biigle/patch-2
Browse files Browse the repository at this point in the history
Add sleep to wait for test databases in actions
  • Loading branch information
mzur authored Oct 27, 2023
2 parents 04f1897 + 4a48074 commit 5b0646e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
docker-compose up -d --no-build database_testing
docker-compose up -d --no-build vector_database_testing
sleep 5
- name: Run tests
run: docker-compose run --rm -u 1001 worker php -d memory_limit=1G vendor/bin/phpunit --random-order
Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
run: |
docker-compose up -d --no-build database_testing
docker-compose up -d --no-build vector_database_testing
sleep 5
- name: Run tests
run: docker-compose run --rm -u 1001 worker php -d memory_limit=1G vendor/bin/phpunit --random-order
Expand Down

0 comments on commit 5b0646e

Please sign in to comment.