Skip to content

Commit

Permalink
💚 add health check step
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bouali committed Apr 7, 2024
1 parent bf2b929 commit 7973d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
health-check:
name: API Health Check
runs-on: self-hosted
needs: [deploy]
steps:
- name: Check the docker container health status
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pipeline-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
health-check:
name: UI Health Check
runs-on: self-hosted
needs: [deploy]
steps:
- name: Check the docker container health status
run: |
Expand Down

0 comments on commit 7973d3f

Please sign in to comment.