mirror of
https://github.com/logseq/logseq.git
synced 2026-05-30 07:29:48 +00:00
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user