Skip to content

Commit 3efff7d

Browse files
committed
PGSERVICE
1 parent e58bf71 commit 3efff7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
createdb --owner dotest dotest
2525
psql -c "ALTER USER dotest WITH PASSWORD 'dotest' SUPERUSER"
2626
env:
27-
PGSERVICE: ${{ steps.postgres.outputs.service-name }}
27+
PGSERVICE: postgres
2828
- name: Create DO Tests Config file
2929
run: echo default=postgresql://dotest:dotest@localhost/dotest >$DO_CONFIG_FILE
3030
- name: Build

0 commit comments

Comments
 (0)