From 19bf85b514c7c4f3dcc953687abd28f7c19017d4 Mon Sep 17 00:00:00 2001 From: kota2and3kan <47254383+kota2and3kan@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:33:18 +0900 Subject: [PATCH] Update configuration of PostgreSQL for CI to use /tmp directory (#259) --- .github/postgresql.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/postgresql.yaml b/.github/postgresql.yaml index abd1676b..9070ac19 100644 --- a/.github/postgresql.yaml +++ b/.github/postgresql.yaml @@ -1,6 +1,9 @@ primary: persistence: enabled: false + resourcesPreset: none auth: postgresPassword: postgres + +postgresqlDataDir: /tmp/data