diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93f981207..499c36902 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 -- --run --silent + command: pnpm test - runtime: node task: build command: pnpm build @@ -104,7 +104,7 @@ jobs: command: pnpm lint - runtime: node task: test - command: pnpm test + command: pnpm test -- --run --silent - runtime: node task: build command: pnpm build