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