From 08332f15f5ea4f096ef7cfdfe0a64ee4e653454e Mon Sep 17 00:00:00 2001 From: Andriy Drozd Date: Tue, 24 Feb 2026 13:58:22 -0500 Subject: [PATCH] yarn: disable watch for testing --- yarn/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"