From 5834288882062fb8bee23e05c4f219c8aa3f8b27 Mon Sep 17 00:00:00 2001 From: Mikko Nieminen Date: Fri, 30 Sep 2022 14:25:49 +0200 Subject: [PATCH] fix postgres role errors in ci (#1465) --- .github/workflows/build.yml | 2 +- CHANGELOG.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5dfa3c3a..36f3d5c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres options: >- - --health-cmd pg_isready + --health-cmd "pg_isready -U postgres" --health-interval 10s --health-timeout 5s --health-retries 10 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 44e6208f..abb0787b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -51,7 +51,7 @@ Fixed - **General** - Docker build tagging failing for release tags (#1451) - URL config entrypoint for nonexistent ``about.html`` (#1481) - - Codacy support (#1471) + - Postgres role errors in CI (#1465) - **Landingzones** - iRODS file status displayed for zones with unsuitable status (#1401) - **Samplesheets** @@ -65,6 +65,7 @@ Removed - ``get_taskflow_sync_data()`` methods (#1397) - GitLab CI support (#1168) - ``test_local`` settings file (#1395) + - Codacy support (#1471) - **Samplesheets** - Taskflow API views (#691, #1397)