Skip to content

Commit bb89273

Browse files
committed
fix backend CI
1 parent c629cf5 commit bb89273

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cd-eks-gitops.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373
timeout-minutes: 20
7474
if: >
7575
(github.event_name == 'workflow_run'
76-
&& github.event.workflow_run.conclusion == 'success')
77-
|| (github.event_name == 'workflow_dispatch'
76+
&& github.event.workflow_run.conclusion == 'success')|| (github.event_name == 'workflow_dispatch'
7877
&& inputs.environment == 'dev')
7978
environment: dev
8079
strategy:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
134134
POSTGRES_DB: ${{ env.POSTGRES_DB }}
135135
options: >-
136-
--health-cmd pg_is ready
136+
--health-cmd pg_isready
137137
--health-interval 10s
138138
--health-timeout 5s
139139
--health-retries 5

0 commit comments

Comments
 (0)