mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 03:47:54 +02:00
Add test log as an exported file from github actions
This commit is contained in:
parent
81733cd25c
commit
81081073a3
6
.github/workflows/go-test.yml
vendored
6
.github/workflows/go-test.yml
vendored
@ -93,6 +93,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: test-goldens-${{ matrix.os }}
|
name: test-goldens-${{ matrix.os }}
|
||||||
path: /tmp/test-goldens/
|
path: /tmp/test-goldens/
|
||||||
|
- name: Upload test log
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
if: success() || failure()
|
||||||
|
with:
|
||||||
|
name: testlog.txt
|
||||||
|
path: /tmp/test.log
|
||||||
|
|
||||||
# - name: Setup tmate session
|
# - name: Setup tmate session
|
||||||
# if: ${{ failure() }}
|
# if: ${{ failure() }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user