Skip to content

Commit

Permalink
See check-run-reporter/integrations@a8e844b from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 20, 2024
1 parent 2ecff45 commit 6b0cc1d
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 114 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: '12.x'
- run: npm ci
- run: npm test
- uses: check-run-reporter/[email protected].0
- uses: check-run-reporter/[email protected].1
# always run, otherwise you'll only see results for passing builds
if: ${{ always() }}
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ outputs:
tests:
description: The names of the test files to test on this node
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 6b0cc1d

Please sign in to comment.