Skip to content

Commit

Permalink
add deps for install
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo authored and Kairo Araujo committed Dec 19, 2024
1 parent c4bd23c commit bd05b5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ jobs:

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }}
run: |
ct install --target-branch ${{ github.event.repository.default_branch }} \
--chart-repos=bitnami=https://charts.bitnami.com/bitnami \
--chart-repos=rstuf=https://repository-service-tuf.github.io/helm-charts \
--chart-repos=localstack=https://localstack.github.io/helm-charts

0 comments on commit bd05b5e

Please sign in to comment.