We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2554007 commit ceffbd4Copy full SHA for ceffbd4
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
node-version: 14.18.0
40
41
- name: Setup test DB
42
- run: psql -h 127.0.0.1 -v -P 5432 -u ${{ env.POSTGRES_USER }} --password=${{ env.POSTGRES_PASSWORD }} < backend-go/scripts/db/dump.sql
+ run: psql -U $POSTGRES_USER -d $POSTGRES_DB -a -f backend-go/scripts/db/dump.sql
43
44
- name: Install dependencies
45
run: yarn install --frozen-lockfile
0 commit comments