diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b0d41ffdd4..93f9812077b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: command: pnpm lint - runtime: node task: test - command: pnpm test + command: pnpm test -- --run --silent - runtime: node task: build command: pnpm build