mirror of
https://github.com/actions/setup-java.git
synced 2025-04-18 00:46:45 +00:00
action.yml
doplnění klíče testu
This commit is contained in:
parent
654210cea4
commit
de34f00cab
1 changed files with 4 additions and 1 deletions
|
@ -84,4 +84,7 @@ runs:
|
||||||
using: 'node20'
|
using: 'node20'
|
||||||
main: 'dist/setup/index.js'
|
main: 'dist/setup/index.js'
|
||||||
post: 'dist/cleanup/index.js'
|
post: 'dist/cleanup/index.js'
|
||||||
test:
|
test: 'dist/test/index.js'
|
||||||
|
test: 'npm run test'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue