notify-admin-550

This commit is contained in:
Kenneth Kehl
2023-09-12 13:05:37 -07:00
parent ce54e6d73c
commit 4b8ad438f2
2 changed files with 111 additions and 82 deletions

View File

@@ -55,6 +55,12 @@ jobs:
NOTIFY_E2E_TEST_URI: ${{ secrets.NOTIFY_E2E_TEST_URI }}
- name: Check coverage threshold
run: poetry run coverage report --fail-under=90
- name: Health check
if: if [[ $(curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* ]]
uses: actions/github-script@v3
with:
script: |
core.setFailed('Health check failed')
validate-new-relic-config:
runs-on: ubuntu-latest