mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05: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
|
||||
run: poetry run coverage report --fail-under=90
|
||||
- name: Health check
|
||||
if: ${{ (curl -u "$login" -v "$status_page") != *"ok"* }}
|
||||
if: (curl -u "$login" -v "$status_page") != *"ok"*
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: core.setFailed('Health check failed')
|
||||
|
||||
Reference in New Issue
Block a user