Skip to content

Commit

Permalink
ci(release): tests run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikostiha committed Oct 31, 2023
1 parent 8c705a2 commit cf8e0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: dotnet build "${{ env.sln-path }}" --no-restore -o "${{ env.build-dir }}"

- name: Test
run: dotnet test "${{ env.sln-path }}" --no-build --logger "trx;LogFileName=test-results.trx" || true
run: dotnet test "${{ env.sln-path }}" --logger "trx;LogFileName=test-results.trx" || true

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

0 comments on commit cf8e0b8

Please sign in to comment.