Skip to content

Commit 76a9655

Browse files
committed
chore: update ci
1 parent e4b50c8 commit 76a9655

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ jobs:
1414
uses: sxzz/workflows/.github/workflows/unit-test.yml@main
1515
with:
1616
build: pnpm run ci:build
17-
# The Build step above already produced a fresh dist/ for this exact
18-
# checkout, so skip `test`'s own `build && vitest` - running plain
19-
# vitest halves the number of full-monorepo `turbo run build` passes
20-
# per job, which is where the flaky Windows native-toolchain crash
21-
# (see scripts/ci-retry.ts) shows up.
2217
test: pnpm exec vitest
2318
lint: pnpm run lint && pnpm run knip
19+
build-for-lint: true
2420

2521
e2e:
2622
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)