Update github action test

This commit is contained in:
xbgmsharp
2023-07-10 19:00:21 +02:00
parent 2ffbbbe885
commit 40256a1c0e

View File

@@ -27,11 +27,10 @@ jobs:
- name: Run PostgSail
# Environment variables
env:
# # The hostname used to communicate with the PostgreSQL service container
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
# POSTGRES_USER: username
# POSTGRES_PASSWORD: password
# The hostname used to communicate with the PostgreSQL service container
PGHOST: localhost
PGUSER: username
PGPASSWORD: password
run: |
set -eu
source .env