mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Fix test artifact upload
This commit is contained in:
parent
7924f374d4
commit
5d41c408af
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -6,7 +6,7 @@ name: Continuous Integration
|
|||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
name: Build & Test
|
||||
runs-on: ${{matrix.os.fullName}}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -47,4 +47,4 @@ jobs:
|
|||
if: ${{ always() }}
|
||||
with:
|
||||
name: lighthouse-test-results-${{matrix.os.prettyName}}
|
||||
path: ${{github.workspace}}/TestResults/TestResults-${{matrix.os.prettyName}}.trx
|
||||
path: ${{github.workspace}}/ProjectLighthouse.Tests/TestResults/TestResults-${{matrix.os.prettyName}}.trx
|
Loading…
Add table
Add a link
Reference in a new issue