We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8ac41 commit 9b43b7cCopy full SHA for 9b43b7c
1 file changed
.github/workflows/run_tests.yml
@@ -16,10 +16,10 @@ jobs:
16
- name: Install postgres
17
run: |
18
psql postgresql://postgres:postgres@localhost:5432/postgres -f ./scripts/postgres/roles.sql
19
+ psql postgresql://postgres:postgres@localhost:5432/postgres -c "\dg"
20
psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
21
psql service=postgres -c "SELECT 1"
22
psql -c "SELECT 1"
- su - postgresql
23
env:
24
PGSERVICE: postgres
25
- name: Setup Go ${{ matrix.go-version }}
0 commit comments