Skip to content

Commit

Permalink
Add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Sep 16, 2023
1 parent 19562a4 commit ea1f186
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ jobs:
name: cdk-synth-folder
path: ./cdk-synth-output-folder

- name: Display structure of downloaded files
run: ls -R
working-directory: ./cdk-synth-output-folder

- name: Tree Debug
run: |
tree .
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@v12
Expand Down

0 comments on commit ea1f186

Please sign in to comment.