fix(ci): random fails when parallel execution of cli-e2e test

so we are switching it to --jobs 1 for now
This commit is contained in:
rcmerci
2026-05-05 16:24:57 +08:00
parent 0b55e03110
commit 882694e4f4

View File

@@ -91,7 +91,7 @@ jobs:
run: pnpm cljs:run-test
- name: Run CLI E2E tests
run: bb dev:cli-e2e --verbose
run: bb dev:cli-e2e --jobs 1 --verbose
lint:
runs-on: ubuntu-22.04