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 91a6ced commit 86831cbCopy full SHA for 86831cb
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
node-version: 14.18.0
46
47
- name: Setup test DB
48
- run: psql -U ${{ env.POSTGRES_USER }} -d ${{ env.POSTGRES_DB }} -a -f backend-go/scripts/db/dump.sql
+ run: psql -h 127.0.0.1 -U ${{ env.POSTGRES_USER }} -d ${{ env.POSTGRES_DB }} -a -f backend-go/scripts/db/dump.sql
49
50
- name: Install dependencies
51
run: yarn install --frozen-lockfile
0 commit comments