We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6df59a commit c343993Copy full SHA for c343993
1 file changed
.github/workflows/run_tests.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
psql postgresql://postgres:postgres@localhost:5432/postgres -f ./scripts/postgres/roles.sql
22
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"
+ psql "postgresql://sqlok:$PGSQL_SQLOK_PASSWORD@localhost:5432/sqlok" -c "SELECT 1"
24
- name: Setup Go ${{ matrix.go-version }}
25
uses: actions/setup-go@v5
26
with:
0 commit comments