diff --git a/action.yml b/action.yml index b0413899..addbdb2c 100644 --- a/action.yml +++ b/action.yml @@ -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' + +