File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 echo "smart_tests/jar/exe_deploy.jar is out of date. Run build-java.sh to update it."
4242 exit 1
4343 fi
44+
45+ - name : Upload test results
46+ uses : cloudbees-oss/smart-tests-results-upload-action@v1
47+ if : always()
Original file line number Diff line number Diff line change @@ -130,3 +130,7 @@ jobs:
130130 env :
131131 SMART_TESTS_TOKEN : ${{ secrets.LAUNCHABLE_TOKEN_GRADLE }}
132132 working-directory : examples/gradle
133+
134+ - name : Upload test results
135+ uses : cloudbees-oss/smart-tests-results-upload-action@v1
136+ if : always()
Original file line number Diff line number Diff line change 9595 # Test rest of tests
9696 uv run poe test-xml $(tr '\r\n' '\n' < smart-tests-remainder.txt)
9797 shell : bash
98+
99+ - name : Upload test results
100+ uses : cloudbees-oss/smart-tests-results-upload-action@v1
101+ if : always()
You can’t perform that action at this time.
0 commit comments