Skip to content

Commit

Permalink
Create test DB on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgarciaisaia committed Mar 6, 2024
1 parent 86f5866 commit 8081993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
run: |
mv docker-compose.ci.yml docker-compose.override.yml
docker compose pull
docker compose up --wait db
docker compose build
docker compose exec db createdb planwise-test -U postgres
docker compose run --rm client npm install
- name: Run specs
Expand Down

0 comments on commit 8081993

Please sign in to comment.