Skip to content

Commit

Permalink
CI: wait for the DB to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgarciaisaia committed Mar 6, 2024
1 parent 8ebe9ba commit 2e74477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
docker compose pull
docker compose build
docker compose run --rm client npm install
docker compose up --wait db
- name: Run specs
env:
Expand Down

0 comments on commit 2e74477

Please sign in to comment.