Skip to content

Commit 9b43b7c

Browse files
committed
build(tests): show database roles
Refs: #1
1 parent cd8ac41 commit 9b43b7c

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
@@ -16,10 +16,10 @@ jobs:
1616
- name: Install postgres
1717
run: |
1818
psql postgresql://postgres:postgres@localhost:5432/postgres -f ./scripts/postgres/roles.sql
19+
psql postgresql://postgres:postgres@localhost:5432/postgres -c "\dg"
1920
psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
2021
psql service=postgres -c "SELECT 1"
2122
psql -c "SELECT 1"
22-
su - postgresql
2323
env:
2424
PGSERVICE: postgres
2525
- name: Setup Go ${{ matrix.go-version }}

0 commit comments

Comments
 (0)