action.yml

doplnění klíče testu
This commit is contained in:
OS Aplet ❤️®️ 2025-03-17 11:34:29 +01:00 committed by GitHub
parent 654210cea4
commit de34f00cab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'