Skip to content

Commit

Permalink
Change path separator
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderssonPeter committed Jun 19, 2023
1 parent 3bb318e commit d599b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: test output
path: ${{ env.REPOSITORY_NAME }}.Tests\TestResults\tests.trx
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
run: testspace ${{ env.REPOSITORY_NAME }}.Tests/TestResults/tests.trx

0 comments on commit d599b2a

Please sign in to comment.