Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Apr 1, 2024
1 parent f6abc82 commit c8968d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
pull_request:
branches: ["main"]

permissions:
contents: read
pull-requests: write

jobs:
test:
name: unit tests
runs-on: ${{ matrix.os }}

permissions:
contents: read
pull-requests: write

strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
Expand Down Expand Up @@ -54,6 +54,6 @@ jobs:
- name: Post test summary
uses: MishaKav/pytest-coverage-comment@main
if: ${{ env.IS_PRIMARY }}
if: env.IS_PRIMARY
with:
junitxml-path: pytest.xml

0 comments on commit c8968d6

Please sign in to comment.