mirror of
https://github.com/actions/setup-java.git
synced 2025-04-15 07:35:51 +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'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cleanup/index.js'
|
||||
test:
|
||||
test: 'dist/test/index.js'
|
||||
test: 'npm run test'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue