From 934c9e7388a6fcecd89d66dab6b51896aa164b15 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Thu, 30 Oct 2025 13:58:38 -0700 Subject: [PATCH] ECP-208 Update postgres data path because github workflows are failing --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index fdc3fc8d..f5ccda0f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -19,7 +19,7 @@ jobs: # needed because the postgres container does not provide a healthcheck # tmpfs makes DB faster by using RAM options: >- - --mount type=tmpfs,destination=/var/lib/postgresql/data + --mount type=tmpfs,destination=/var/lib/postgresql --health-cmd pg_isready --health-interval 10s --health-timeout 5s