Skip to content

Commit

Permalink
Update migration_dry_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Osama Faqhruldin authored Jun 18, 2024
1 parent 6b0e1d7 commit 679b51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migration_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
POSTGRES_LATEST_HOST: postgres-latest
POSTGRES_LATEST_PORT: 5433
run: |
apt install psql
apk --update add postgresql-client
psql -d postgres -h $POSTGRES_HOST -p $POSTGRES_PROD_PORT -u postgres -p postgres <<EOF
CREATE TABLE films (
Expand Down

0 comments on commit 679b51f

Please sign in to comment.