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 716f14f commit ae8e517Copy full SHA for ae8e517
.github/workflows/run_test_suite.yml
@@ -94,3 +94,10 @@ jobs:
94
| grep -F ' failed, ' | tee /dev/stderr \
95
| grep -F -q ', 1 failed, ' \
96
|| { echo 'Number of tests expected to fail^^ does not match -- did you break an existing test?' >&2 ; false ; }
97
+
98
+ - name: Upload test log as an artifact
99
+ uses: actions/upload-artifact@v4
100
+ with:
101
+ name: "lcov-${{ github.sha }}-${{ runner.os }}-test-log" # .zip
102
+ path: tests/test.log
103
+ if-no-files-found: error
0 commit comments