mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Add OS to testlog output to separate macos and linux test logs
This commit is contained in:
parent
a58c426ad3
commit
aa4afcfa29
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -91,7 +91,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: testlog.txt
|
name: testlog-${{ matrix.os }}.txt
|
||||||
path: /tmp/test.log
|
path: /tmp/test.log
|
||||||
|
|
||||||
# - name: Setup tmate session
|
# - name: Setup tmate session
|
||||||
|
Loading…
Reference in New Issue
Block a user