Skip to content

Commit

Permalink
remove unnecessary postgress env vars from e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Akopti8 committed Jan 30, 2024
1 parent ae72cb6 commit 1891541
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
echo AWS_S3_BUCKET='test-bucket' >> .env
echo S3API_SERVICE_PORT='5005' >> .env
echo AUTH_LEVEL=0 >> .env
echo POSTGRES_CONN_STRING='postgres://user:password@postgres:5432/db?sslmode=disable' >> .env
echo POSTGRES_PASSWORD='password' >> .env
echo POSTGRES_USER='user' >> .env
echo POSTGRES_DB='db' >> .env
echo PG_LOG_CHECKPOINTS='off' >> .env
- name: Substitute secret variables in JSON
env:
Expand Down

0 comments on commit 1891541

Please sign in to comment.