Update github actions to export the test results json for both OSs, and to do it even if the test are an overall failure

This commit is contained in:
David Dworken 2023-10-22 11:12:11 -07:00
parent 083569be17
commit 6e1589c1d8
No known key found for this signature in database

View File

@ -71,8 +71,9 @@ jobs:
make test
- name: Archive test results
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: test-results.json
name: test-results-{{ matrix.os }}.json
path: /tmp/testrun.json
# - name: Setup tmate session