Skip to content

Commit c343993

Browse files
committed
build(tests): fix sqlok connection string
Refs: #1
1 parent f6df59a commit c343993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
psql postgresql://postgres:postgres@localhost:5432/postgres -f ./scripts/postgres/roles.sql
2222
psql postgresql://postgres:postgres@localhost:5432/postgres -f ./scripts/postgres/database.sql
23-
psql postgresql://sqlok:$PGSQL_SQLOK_PASSWORD@localhost:5432/postgres -c "SELECT 1"
23+
psql "postgresql://sqlok:$PGSQL_SQLOK_PASSWORD@localhost:5432/sqlok" -c "SELECT 1"
2424
- name: Setup Go ${{ matrix.go-version }}
2525
uses: actions/setup-go@v5
2626
with:

0 commit comments

Comments
 (0)