mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update github action test
This commit is contained in:
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@@ -27,11 +27,10 @@ jobs:
|
|||||||
- name: Run PostgSail
|
- name: Run PostgSail
|
||||||
# Environment variables
|
# Environment variables
|
||||||
env:
|
env:
|
||||||
# # The hostname used to communicate with the PostgreSQL service container
|
# The hostname used to communicate with the PostgreSQL service container
|
||||||
POSTGRES_HOST: localhost
|
PGHOST: localhost
|
||||||
POSTGRES_PORT: 5432
|
PGUSER: username
|
||||||
# POSTGRES_USER: username
|
PGPASSWORD: password
|
||||||
# POSTGRES_PASSWORD: password
|
|
||||||
run: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
source .env
|
source .env
|
||||||
|
Reference in New Issue
Block a user