diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b0d41ffd..93f981207 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