diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f07011dbe..28a2739b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,12 +102,12 @@ jobs: - runtime: node task: lint command: pnpm lint - - runtime: node - task: test - command: node scripts/ci-sanitize-output.mjs pnpm test - - runtime: node - task: build - command: pnpm build + - runtime: node + task: test + command: node scripts/ci-sanitize-output.mjs pnpm test + - runtime: node + task: build + command: pnpm build - runtime: node task: protocol command: pnpm protocol:check