Skip to content

Commit

Permalink
Add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Feb 5, 2024
1 parent 13fc269 commit cc35ab5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ jobs:
uses: azure/[email protected]
with:
version: v3.13.2

- name: debug
run: |
ls -la ${{ github.workspace }}/helm
ls -la ${{ github.workspace }}/helm/flowforge
ls -la ${{ github.workspace }}/helm/flowforge/ci
ls -la ${{ github.workspace }}/helm/flowforge/ci/default-values.yaml
- name: Scan chart with checkov
if: matrix.tool == 'checkov'
Expand Down

0 comments on commit cc35ab5

Please sign in to comment.