Skip to content

Commit

Permalink
chore: updating test-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed May 6, 2024
1 parent eded17a commit 645901d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/annotate-test-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
timeout-minutes: 5
steps:
- name: Annotate CI run with test results
uses: dorny/test-reporter@v1.8.0
uses: dorny/test-reporter@v1
with:
artifact: test-reports-${{ matrix.node-version }}
name: Test Results (${{matrix.node-version}}
path: "test-results.json"
reporter: mocha-json
reporter: mocha-json
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 645901d

Please sign in to comment.