From 09c976a8a4b9120614c1efc60f632c96b6e95e76 Mon Sep 17 00:00:00 2001 From: aldudin Date: Tue, 16 Apr 2024 13:15:54 -0700 Subject: [PATCH] add report files --- .github/workflows/deploy-dev.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index bbfb700c..d63f990e 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -194,9 +194,12 @@ jobs: - name: Fail build on any alerts run: | - if grep -q "FAIL-NEW: 0" report_json.json; then - echo "No new alerts found" - else - echo "New alerts found, failing build" - exit 1 - fi \ No newline at end of file + cat report_json.json + cat report_html.html + cat report_md.md + # if grep -q "FAIL-NEW: 0" report_json.json; then + # echo "No new alerts found" + # else + # echo "New alerts found, failing build" + # exit 1 + # fi \ No newline at end of file