Skip to content

Commit

Permalink
correct pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Sep 23, 2024
1 parent 0bc1449 commit 3f6e729
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3f6e729

Please sign in to comment.