diff --git a/yarn/action.yml b/yarn/action.yml index 62558ee..9ca4291 100644 --- a/yarn/action.yml +++ b/yarn/action.yml @@ -41,7 +41,7 @@ inputs: required: false yarn-test-command: description: "Command to run tests" - default: "yarn test" + default: "yarn test --watch=false" required: false yarn-lint-command: description: "Command to run ESLint"