mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
try again
This commit is contained in:
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@@ -57,8 +57,7 @@ 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 -u "$login" -v "$status_page") != *"ok"* }}
|
if: ${{ (curl -u "$login" -v "$status_page") != *"ok"* }}
|
||||||
steps:
|
uses: actions/github-script@v6
|
||||||
- uses: actions/github-script@v6
|
|
||||||
with:
|
with:
|
||||||
script: core.setFailed('Health check failed')
|
script: core.setFailed('Health check failed')
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user