From cc35ab544147b8077aaa901c13ddb1de7d7cbbe4 Mon Sep 17 00:00:00 2001 From: ppawlowski Date: Mon, 5 Feb 2024 09:30:09 +0100 Subject: [PATCH] Add debug step --- .github/workflows/helm-chart.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index b3348caa..88e986a6 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -101,6 +101,13 @@ jobs: uses: azure/setup-helm@v3.5 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'