Skip to content

Commit

Permalink
remove conditional for default testing and always pass in helm_args
Browse files Browse the repository at this point in the history
Signed-off-by: jessebot <[email protected]>
  • Loading branch information
jessebot committed Jul 23, 2024
1 parent 42144df commit 17f6a62
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,4 @@ jobs:
- name: Run chart-testing (install ${{ matrix.test_case }})
id: install
if: steps.list-changed.outputs.changed == 'true'
run: |
if [[ ${{ matrix.test_case }} == 'Default - no custom values' ]]; then
ct install --target-branch ${{ github.event.repository.default_branch }}
else
ct install --target-branch ${{ github.event.repository.default_branch }} ${{ matrix.helm_args }}
fi
run: ct install --target-branch ${{ github.event.repository.default_branch }} ${{ matrix.helm_args }}

0 comments on commit 17f6a62

Please sign in to comment.