mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
try again
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
# script: core.setFailed('Health check failed')
|
||||
|
||||
- name: Health check
|
||||
if: $(curl -url "${{ status_page }}" -u "${{ login}} ") == *"ok"*
|
||||
if: $(curl -url "${{secrets.NOTIFY_E2E_TEST_URI}}_status" -u "${{ login}} ") == *"ok"*
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: core.setFailed('Health check failed')
|
||||
|
||||
Reference in New Issue
Block a user