Skip to content

Commit

Permalink
hoping this fixes the build?
Browse files Browse the repository at this point in the history
  • Loading branch information
KaddaOK committed Jul 2, 2024
1 parent 27bc7fd commit a1e550b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions: # TODO: this seems like way too much access just to report test results 😠
statuses: write
checks: write
contents: write
pull-requests: write
actions: write
steps:
- name: Set version number
shell: pwsh
Expand All @@ -34,3 +39,4 @@ jobs:
reporter: dotnet-trx
path: "${{ github.workspace }}/**/*.trx"
name: Unit Tests
continue-on-error: true

0 comments on commit a1e550b

Please sign in to comment.