diff --git a/.github/workflows/migration_dry_run.yml b/.github/workflows/migration_dry_run.yml index 03ea2ea..f1eac39 100644 --- a/.github/workflows/migration_dry_run.yml +++ b/.github/workflows/migration_dry_run.yml @@ -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 <