Skip to content

Commit 1bec2e8

Browse files
authored
Merge pull request #21 from Benji377/renovate/dorny-test-reporter-3.x
Update dorny/test-reporter action to v3
2 parents b3c74bf + c7398e8 commit 1bec2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm test
3030

3131
- name: Test Report
32-
uses: dorny/test-reporter@v2
32+
uses: dorny/test-reporter@v3
3333
if: success() || failure()
3434
with:
3535
name: Test Results (Node ${{ matrix.node-version }})

0 commit comments

Comments
 (0)