Skip to content

Commit

Permalink
fix: fixed junit tests issue on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Feb 8, 2024
1 parent 1900bdd commit aedcaac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
cli-test:
name: CLI Tests
runs-on: ubuntu-latest
# Assign permissions for unit tests to be reported.
# See https://github.com/dorny/test-reporter/issues/168
permissions:
statuses: write
checks: write
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit aedcaac

Please sign in to comment.