Merge pull request #6946 from TBBle/separate-windows-test-results
Separate windows-2019 and windows-2022 test results
This commit is contained in:
commit
42c6be80e3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -363,7 +363,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: TestResults Windows
|
name: TestResults ${{ matrix.os }}
|
||||||
path: |
|
path: |
|
||||||
${{github.workspace}}/*-junit.xml
|
${{github.workspace}}/*-junit.xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user