chore: remove PGDATA configuration from CI workflow
This commit is contained in:
@@ -37,9 +37,6 @@ jobs:
|
||||
POSTGRES_DB: piku_test
|
||||
POSTGRES_USER: test
|
||||
POSTGRES_PASSWORD: password123
|
||||
# WHY?: gitea act runner seems to persist volumes (veryyy stubborn -_-)
|
||||
# Redirecting PGDATA to /tmp ensures a fresh init every run.
|
||||
PGDATA: /tmp/pgdata
|
||||
ports:
|
||||
- 5442:5432
|
||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
||||
|
||||
Reference in New Issue
Block a user