We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d39a4 commit 9a70678Copy full SHA for 9a70678
run-integration-test/action.yaml
@@ -272,7 +272,7 @@ runs:
272
run: |
273
# Only look at the last 200 lines of test output which should be more than enough to capture all test results
274
FAILED_TESTS=$(tail --lines 200 test-output.log | grep -E '\s{8}--- FAIL:' | sed -e 's|^.*kuttl/harness/||')
275
- echo "FAILED_TESTS=$FAILED_TESTS" | tee -a "$GITHUB_OUTPUT"
+ echo "FAILED_TESTS<<EOF\n$FAILED_TESTS\nEOF" | tee -a "$GITHUB_OUTPUT"
276
277
- name: Calculate Health
278
if: always()
0 commit comments