Skip to content

Commit 46e7dfc

Browse files
committed
feat: update lint-test workflow to remove print-logs option for cleaner output
1 parent 1e55ed9 commit 46e7dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252

5353
- name: Run chart-testing (install)
5454
if: steps.list-changed.outputs.changed == 'true'
55-
run: ct install --debug --print-logs --target-branch ${{ github.event.repository.default_branch }} --helm-extra-args "--timeout 1000s"
55+
run: ct install --debug --target-branch ${{ github.event.repository.default_branch }} --helm-extra-args "--timeout 1000s"

0 commit comments

Comments
 (0)