mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 22:11:40 +02:00
Export testrun.json as a file so that we can also download it for manual inspection/processing
This commit is contained in:
parent
60d388c4c2
commit
8b9e3dfb10
6
.github/workflows/go-test.yml
vendored
6
.github/workflows/go-test.yml
vendored
@ -69,6 +69,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
go install gotest.tools/gotestsum@latest
|
go install gotest.tools/gotestsum@latest
|
||||||
make test
|
make test
|
||||||
|
- name: Archive test results
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: test-results.json
|
||||||
|
path: /tmp/testrun.json
|
||||||
|
|
||||||
# - name: Setup tmate session
|
# - name: Setup tmate session
|
||||||
# if: ${{ failure() }}
|
# if: ${{ failure() }}
|
||||||
# uses: mxschmitt/action-tmate@v3
|
# uses: mxschmitt/action-tmate@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user