From f306a8b749b2f21cf0c802e9b52252bc1d8afb2c Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Wed, 31 Jan 2024 12:41:44 +0100 Subject: [PATCH] Fix test --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b6fe06..d0f155f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -275,10 +275,10 @@ jobs: run: python3 -u /backup/restore.py test_${{ matrix.version }}_exclude options: > -e S3_EXTRA_OPTIONS='--endpoint-url=http://s3:8000' - -e PGHOST=postgres - -e PGPASSWORD=test - -e PGUSER=test - -e PGDATABASE=test_${{ matrix.version }} + -e DB_HOST=postgres + -e DB_PASS=test + -e DB_USER=test + -e DB_NAME=test_${{ matrix.version }} -e S3_PATH=s3://test-postgresql-backup/backups -e AWS_ACCESS_KEY_ID=access_key -e AWS_SECRET_ACCESS_KEY=secret