File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,7 @@ runs:
117117 VALID_CHECK_NAME=$(echo '${{ inputs.check-name-suffix }}' | sed "s|/|__|g")
118118 echo "VALID_CHECK_NAME=$VALID_CHECK_NAME" | tee -a "$GITHUB_ENV"
119119
120- # TODO: Figure out a generic way to get the app server logs here too
121- - if : always()
120+ - if : failure()
122121 name : Upload artifacts
123122 uses : actions/upload-artifact@v4
124123 with :
@@ -136,7 +135,7 @@ runs:
136135 detailed_summary : true
137136 # Group the testcases by test suite in the detailed_summary
138137 group_suite : true
139- # Fail if no test are found.
140- require_tests : true
138+ # Don't fail if no test are found.
139+ require_tests : false
141140 # Fail the build in case of a test failure.
142141 fail_on_failure : true
You can’t perform that action at this time.
0 commit comments