Skip to content

Commit 537866d

Browse files
committed
add health check to pipeline
1 parent 82875eb commit 537866d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,7 @@ jobs:
8888
uses: actions/setup-python@v5
8989
with:
9090
python-version: 3.11
91+
- name: Run health check
92+
run: make dev_health_check
9193
- name: Run live testing
9294
run: make test_live_integration

0 commit comments

Comments
 (0)