Skip to content

Commit

Permalink
feat: run migrations in global api tests
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Prodromou <[email protected]>
  • Loading branch information
evanp committed Apr 16, 2024
1 parent faad400 commit aa99fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/global-api-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
sleep 10
createuser -w -h localhost -p 5432 -U postgres citycatalyst
createdb -w -h localhost -p 5432 -U postgres citycatalyst -O citycatalyst
ALEMBIC_URL=postgresql://citycatalyst:@localhost/citycatalyst alembic upgrade head
cp sample.env .env
- name: Build coverage file
Expand Down

0 comments on commit aa99fb1

Please sign in to comment.