From 5d41c408af08147207055e11c139082291d36e9e Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 20:45:12 -0400 Subject: [PATCH] Fix test artifact upload --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c52eab..a8686b2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file