Skip to content

Commit

Permalink
remove upgrade option from chart testing to prevent out of disk error…
Browse files Browse the repository at this point in the history
…s in ci

Signed-off-by: Brady Todhunter <[email protected]>
  • Loading branch information
Btodhunter committed Jul 30, 2024
1 parent 619dd87 commit 28b39a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ jobs:
- name: Run chart-testing
if: steps.list-changed.outputs.CHANGED == 'true'
run: ct install --config ct-config.yaml --helm-extra-args "--timeout 600s" --upgrade
run: ct install --config ct-config.yaml --helm-extra-args "--timeout 600s"

0 comments on commit 28b39a3

Please sign in to comment.