Add OS to testlog output to separate macos and linux test logs

This commit is contained in:
David Dworken 2023-12-21 18:27:46 -08:00
parent a58c426ad3
commit aa4afcfa29
No known key found for this signature in database

View File

@ -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