File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ jobs:
103103 - name : Type-check SDK
104104 run : pnpm exec tsc --noEmit -p sdk/tsconfig.json
105105
106+ - name : Build SDK
107+ run : pnpm --filter esengine build
108+
106109 - name : Type-check Editor
107110 run : pnpm exec tsc --noEmit -p editor/tsconfig.json
108111
109112 - name : Run SDK tests with coverage
110113 run : pnpm --filter esengine vitest run --coverage --coverage.thresholds.lines=60 --coverage.thresholds.functions=60 --coverage.thresholds.branches=60 --coverage.thresholds.statements=60
111114
112- - name : Build SDK
113- run : pnpm --filter esengine build
114-
115115 - name : Run Editor tests with coverage
116116 run : pnpm --filter @esengine/editor vitest run --coverage --coverage.thresholds.lines=60 --coverage.thresholds.functions=60 --coverage.thresholds.branches=60 --coverage.thresholds.statements=60
You can’t perform that action at this time.
0 commit comments