mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
try again
This commit is contained in:
8
.github/workflows/checks.yml
vendored
8
.github/workflows/checks.yml
vendored
@@ -57,11 +57,9 @@ jobs:
|
|||||||
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"* }}
|
if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }}
|
||||||
steps:
|
run: |
|
||||||
- uses: actions/github-script@v3
|
echo "blaahahaha"
|
||||||
with:
|
exit 1
|
||||||
script: |
|
|
||||||
core.setFailed('Health check failed')
|
|
||||||
|
|
||||||
validate-new-relic-config:
|
validate-new-relic-config:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user