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 - 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