Skip to content

Commit

Permalink
💚 Fix ci build and update rtd (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
damm89 authored Mar 13, 2024
1 parent 145c442 commit 8dfb47e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,17 @@ jobs:
image: postgres:10
env:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ''
ports:
- 5432:5432
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
options: >-
--health-cmd="pg_isready -U postgres -d postgres"
--health-interval=10s
--health-timeout=5s
--health-retries=5
redis:
image: redis:5
Expand Down Expand Up @@ -250,4 +257,4 @@ jobs:
name: Image Push
if: github.event_name == 'push' # exclude PRs
run: |
docker push scrumteamzgw/zac-ui:${{ steps.vars.outputs.tag }}\
docker push scrumteamzgw/zac-ui:${{ steps.vars.outputs.tag }}\

0 comments on commit 8dfb47e

Please sign in to comment.