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 d027981
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 @@ -19,6 +19,7 @@ jobs:
JVM_OPTS: -Xmx3200m
TEST_DATABASE_URL: jdbc:postgresql://db/planwise?user=planwise&password=planwise
run: |
docker compose up --wait db
docker compose run --rm -e JVM_OPTS -e TEST_DATABASE_URL app lein test
docker compose run --rm client npm run test
docker compose run --rm app lein check-format
Expand Down

0 comments on commit d027981

Please sign in to comment.