mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
try again
This commit is contained in:
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@@ -56,7 +56,6 @@ 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: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }}
|
|
||||||
run: |
|
run: |
|
||||||
response = $(curl -v https://notify-staging.app.cloud.gov/_status)
|
response = $(curl -v https://notify-staging.app.cloud.gov/_status)
|
||||||
echo "response from curl= $response"
|
echo "response from curl= $response"
|
||||||
|
|||||||
Reference in New Issue
Block a user