mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 15:38:25 -04:00
try again
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: Check coverage threshold
|
- name: Check coverage threshold
|
||||||
run: poetry run coverage report --fail-under=90
|
run: poetry run coverage report --fail-under=90
|
||||||
- name: Health check
|
- name: Health check
|
||||||
if: if [[ $(curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* ]]
|
if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }}
|
||||||
uses: actions/github-script@v3
|
uses: actions/github-script@v3
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user