Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Sep 18, 2024
1 parent 21773ee commit 8c21edb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: |
find . -type f -name 'Chart.yaml' -exec dirname {} \; > charts-to-test
shell: bash
- name: cat
run: cat charts-to-test
- name: Fetch chart dependencies
run: |
for chart in $(cat charts-to-test); do
Expand Down

0 comments on commit 8c21edb

Please sign in to comment.