mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 14:48:25 -04:00
try again
This commit is contained in:
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@@ -32,8 +32,6 @@ jobs:
|
|||||||
output: report-markdown
|
output: report-markdown
|
||||||
annotations: failed-tests
|
annotations: failed-tests
|
||||||
prnumber: ${{ steps.findPr.outputs.number }}
|
prnumber: ${{ steps.findPr.outputs.number }}
|
||||||
- name: Install curl
|
|
||||||
run: sudo apt install curl
|
|
||||||
- name: Run style checks
|
- name: Run style checks
|
||||||
run: poetry run flake8 .
|
run: poetry run flake8 .
|
||||||
- name: Check imports alphabetized
|
- name: Check imports alphabetized
|
||||||
@@ -60,7 +58,8 @@ jobs:
|
|||||||
- name: Health check
|
- name: Health check
|
||||||
if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }}
|
if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }}
|
||||||
run: |
|
run: |
|
||||||
echo "blaahahaha"
|
response = $(curl -v https://notify-staging.app.cloud.gov/_status)
|
||||||
|
echo "response from curl= $response"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
validate-new-relic-config:
|
validate-new-relic-config:
|
||||||
|
|||||||
Reference in New Issue
Block a user