Skip to content

Commit

Permalink
Removed artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderssonPeter committed Jun 19, 2023
1 parent d599b2a commit 8df04ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8df04ee

Please sign in to comment.