Fix test artifact upload

This commit is contained in:
jvyden 2021-10-16 20:45:12 -04:00
commit 5d41c408af
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

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