mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04: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')
|
# script: core.setFailed('Health check failed')
|
||||||
|
|
||||||
- name: Health check
|
- 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
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
script: core.setFailed('Health check failed')
|
script: core.setFailed('Health check failed')
|
||||||
|
|||||||
Reference in New Issue
Block a user