diff --git a/.github/grutest.yaml b/.github/grutest.yaml index 0fc6274d1d..267acd9de4 100644 --- a/.github/grutest.yaml +++ b/.github/grutest.yaml @@ -9,7 +9,7 @@ pipeline: runTest: pre: - npx prettier {{testFilePath}} --write - - eslint --fix --no-eslintrc --c .eslintrc.json {{testFilePath}} + - npx eslint --fix --no-eslintrc --c .eslintrc.json {{testFilePath}} exec: - npx vitest run {{testFilePath}} post: