Skip to content

Commit ceffbd4

Browse files
fix
1 parent 2554007 commit ceffbd4

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
@@ -39,7 +39,7 @@ jobs:
3939
node-version: 14.18.0
4040

4141
- 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
42+
run: psql -U $POSTGRES_USER -d $POSTGRES_DB -a -f backend-go/scripts/db/dump.sql
4343

4444
- name: Install dependencies
4545
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)