Skip to content

Commit

Permalink
Bump from @zeit/ncc@0.22.3 to @vercel/ncc@0.38.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
  • Loading branch information
mmorel-35 committed Sep 8, 2024
1 parent 740cce5 commit b3d18c0
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 329 deletions.
15 changes: 7 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ branding:
icon: check-circle
color: blue
inputs:
framework: # id of input
framework: # id of input
description: 'Test framework to be used. Supported: mocha, codeceptjs'
required: true
tests: # id of input
tests: # id of input
description: 'Glob pattern to match tests in a project, example: tests/**_test.js'
required: true
token:
Expand All @@ -18,19 +18,19 @@ inputs:
required: false
no-tests-label:
description: Add 'no tests' label to PR when it doesn't contain new tests
required: false
required: false
comment-on-empty:
description: 'Post a comment to PR when no tests added. Can be either boolean (for neutral message) or a custom message within a comment'
required: false
close-on-empty:
description: 'Close PR when no tests added. Use with comment-on-empty to clarify this action'
required: false
required: false
comment-on-skipped:
description: 'Post a comment to PR when tests were skipped. Can be either boolean (for neutral message) or a custom message within a comment'
required: false
required: false
close-on-skipped:
description: 'Close PR when no tests added. Use with comment-on-skipped to clarify this action'
required: false
required: false
enable-documentation:
description: 'If set true test document will be created in wiki'
required: false
Expand All @@ -43,8 +43,7 @@ inputs:
documentation-branch:
description: 'Branch to create document on push uses default branch if empty'
required: false



runs:
using: 'node12'
main: './dist/index.js'
532 changes: 222 additions & 310 deletions dist/index.js

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.7.1",
"@testomatio/reporter": "^0.8.0-beta.15",
"@zeit/ncc": "^0.22.3",
"@vercel/ncc": "^0.38.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.3.4",
"eslint": "^7.32.0",
Expand Down

0 comments on commit b3d18c0

Please sign in to comment.