You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/workflow.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ jobs:
32
32
- name: Install dependencies
33
33
run: pnpm install --frozen-lockfile
34
34
- name: Build
35
-
run: pnpm -r --filter="!@examples/*-standalone*" build# pnpm build # Temporary fix to avoid flaky jobs with `postject` issues (needs more investigation).
35
+
run: pnpm build
36
36
- name: Check (static analysis including linters, types, and commit message)
37
37
run: pnpm check
38
38
- name: Test
39
-
run: pnpm --filter quickbundle test# pnpm test # Temporary fix to avoid flaky jobs with `postject` issues (needs more investigation).
0 commit comments