We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82875eb commit 537866dCopy full SHA for 537866d
.github/workflows/deploy-dev.yml
@@ -88,5 +88,7 @@ jobs:
88
uses: actions/setup-python@v5
89
with:
90
python-version: 3.11
91
+ - name: Run health check
92
+ run: make dev_health_check
93
- name: Run live testing
94
run: make test_live_integration
0 commit comments