Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: read
checks: write
pull-requests: write

steps:
# Checkout repository
- name: Checkout repository
Expand All @@ -21,7 +26,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.0'
dotnet-version: '8.0.x'

# Restore all of the dependencies
- name: Restore dependencies
Expand All @@ -39,4 +44,4 @@ jobs:
name: xUnit Tests
path: ./TestResults/*.trx
reporter: dotnet-trx
fail-on-error: false
fail-on-error: false