Skip to content

Commit

Permalink
Add permissions to publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Apr 2, 2024
1 parent 74970c2 commit 7d8f957
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [pull_request]

permissions:
contents: read
checks: write

jobs:
test-windows:
Expand All @@ -18,7 +19,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0'
dotnet-quality: 'preview'
-
name: Run tests
run: dotnet test
Expand All @@ -35,7 +35,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0'
dotnet-quality: 'preview'
-
name: Run tests
run: dotnet test
Expand Down

0 comments on commit 7d8f957

Please sign in to comment.