mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-17 02:50:49 +01:00
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:
parent
083569be17
commit
6e1589c1d8
3
.github/workflows/go-test.yml
vendored
3
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user