Skip to content

Commit 820d499

Browse files
fix: disable continue-on-error for test runner step in CI workflow
1 parent c8536ab commit 820d499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: run the tests
163163
id: testrunner
164-
continue-on-error: true
164+
# continue-on-error: true
165165
run: |
166166
kubectl get svc --all-namespaces
167167
kubectl get ingress --all-namespaces -o jsonpath='{range .items[0]}kubectl describe ingress {.metadata.name} -n {.metadata.namespace}{end}' | sh

0 commit comments

Comments
 (0)