Skip to content

Commit

Permalink
feat: Updated .github/workflows/pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent a7c13e8 commit d69b836
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- main

permissions:
checks: write
actions: read
jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -36,6 +39,9 @@ jobs:
- name: Report tests results
if: always()
uses: dorny/[email protected]
permissions:
checks: write
actions: read
with:
name: Unit Tests Run
path: unit-tests-result.json
Expand Down

0 comments on commit d69b836

Please sign in to comment.