From 8df04eedbb0ae8994b677cd501649b6211172a25 Mon Sep 17 00:00:00 2001 From: AnderssonPeter <1308309+AnderssonPeter@users.noreply.github.com> Date: Mon, 19 Jun 2023 22:30:00 +0200 Subject: [PATCH] Removed artifact upload --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ade2a89..583877b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,11 +56,6 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ${{ steps.find-lcov-file-path.outputs.path }} - - uses: actions/upload-artifact@v3 - with: - name: test output - path: ${{ env.REPOSITORY_NAME }}.Tests/TestResults/tests.trx - - name: Publish Results to Testspace if: ${{ always() && github.event_name == 'push' }} run: testspace ${{ env.REPOSITORY_NAME }}.Tests/TestResults/tests.trx