We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33287e commit 48fc72fCopy full SHA for 48fc72f
.github/workflows/test-postgres.yaml
@@ -25,6 +25,8 @@ jobs:
25
createuser dotest
26
createdb --owner dotest dotest
27
psql -c "ALTER USER dotest WITH PASSWORD 'dotest' SUPERUSER"
28
+ env:
29
+ PGSERVICE: ${{ steps.postgres.outputs.service-name }}
30
- name: Create DO Tests Config file
31
run: echo default=postgresql://dotest:dotest@localhost/dotest >$DO_CONFIG_FILE
32
- name: Tests
0 commit comments