Skip to content

Commit

Permalink
other fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elman23 committed Sep 26, 2023
1 parent b64843f commit 8a30069
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
ports:
- 5432:5432
options: >-
--health_cmd pg_isready
--health_interval 10s
--health_timeout 5s
--health_retries 5
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
runs-on: ubuntu-latest
steps:
- name: Pulling git repo
Expand Down

0 comments on commit 8a30069

Please sign in to comment.