Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Gurgul committed Dec 29, 2024
1 parent 95eb754 commit 7fdb03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: powershell

- name: Test
run: dotnet test ${{env.SOLUTION_FILE_PATH}} --logger "trx;LogFileName=${{ env.TEST_RESULTS_DIR }}\tests.trx"
run: dotnet test --logger "trx;LogFileName=test-results.trx"

- name: Test Report
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit 7fdb03a

Please sign in to comment.