mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-03 10:38:40 +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:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Build & Test
|
||||||
runs-on: ${{matrix.os.fullName}}
|
runs-on: ${{matrix.os.fullName}}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -47,4 +47,4 @@ jobs:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: lighthouse-test-results-${{matrix.os.prettyName}}
|
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