There was an error while loading. Please reload this page.
1 parent e4b50c8 commit 76a9655Copy full SHA for 76a9655
1 file changed
.github/workflows/ci.yml
@@ -14,13 +14,9 @@ jobs:
14
uses: sxzz/workflows/.github/workflows/unit-test.yml@main
15
with:
16
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.
22
test: pnpm exec vitest
23
lint: pnpm run lint && pnpm run knip
+ build-for-lint: true
24
25
e2e:
26
runs-on: ubuntu-latest
0 commit comments