Skip to content

Commit

Permalink
fix postgres role errors in ci (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 30, 2022
1 parent f56272b commit 5834288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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)

Expand Down

0 comments on commit 5834288

Please sign in to comment.