From 3f6e7290a9e0f780a28a8b1a2590a7f556f18b5e Mon Sep 17 00:00:00 2001 From: Anthony Brown <121869075+anthony-nhs@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:56:43 +0000 Subject: [PATCH] correct pipeline --- .github/workflows/quality_checks.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/quality_checks.yml b/.github/workflows/quality_checks.yml index d6fd3b8a..23256212 100644 --- a/.github/workflows/quality_checks.yml +++ b/.github/workflows/quality_checks.yml @@ -51,23 +51,9 @@ jobs: - name: run unit tests run: make test - # - name: run cdk synth - # run: make cdk-synth + - name: run cdk synth + run: make cdk-synth - - name: Run cfn-guard - run: make cfn-guard - - - name: show cfn-guard output - if: failure() - run: find cfn_guard_output -type f -print0 | xargs -0 cat - - - uses: actions/upload-artifact@v4 - name: upload cfn_guard_output - if: failure() - with: - name: cfn_guard_output - path: cfn_guard_output - # - name: SonarCloud Scan # uses: SonarSource/sonarcloud-github-action@master # env: