try again

This commit is contained in:
Kenneth Kehl
2023-09-12 13:54:13 -07:00
parent 6596b7e89c
commit 30439bd3d9

View File

@@ -32,8 +32,6 @@ jobs:
output: report-markdown
annotations: failed-tests
prnumber: ${{ steps.findPr.outputs.number }}
- name: Install curl
run: sudo apt install curl
- name: Run style checks
run: poetry run flake8 .
- name: Check imports alphabetized
@@ -60,7 +58,8 @@ jobs:
- name: Health check
if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }}
run: |
echo "blaahahaha"
response = $(curl -v https://notify-staging.app.cloud.gov/_status)
echo "response from curl= $response"
exit 1
validate-new-relic-config: