Skip to content

Commit 48fc72f

Browse files
committedMay 7, 2024
PGSERVICE
1 parent d33287e commit 48fc72f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/test-postgres.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
createuser dotest
2626
createdb --owner dotest dotest
2727
psql -c "ALTER USER dotest WITH PASSWORD 'dotest' SUPERUSER"
28+
env:
29+
PGSERVICE: ${{ steps.postgres.outputs.service-name }}
2830
- name: Create DO Tests Config file
2931
run: echo default=postgresql://dotest:dotest@localhost/dotest >$DO_CONFIG_FILE
3032
- name: Tests

0 commit comments

Comments
 (0)