Skip to content

Commit 86831cb

Browse files
update
1 parent 91a6ced commit 86831cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version: 14.18.0
4646

4747
- name: Setup test DB
48-
run: psql -U ${{ env.POSTGRES_USER }} -d ${{ env.POSTGRES_DB }} -a -f backend-go/scripts/db/dump.sql
48+
run: psql -h 127.0.0.1 -U ${{ env.POSTGRES_USER }} -d ${{ env.POSTGRES_DB }} -a -f backend-go/scripts/db/dump.sql
4949

5050
- name: Install dependencies
5151
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)