Skip to content

Commit ec6c88e

Browse files
authored
Update test-mac-build.yml
1 parent b8f229e commit ec6c88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-mac-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
run: "python3 build/fbcode_builder/getdeps.py --allow-system-packages fixup-dyn-deps --src-dir=. watchman _artifacts/mac --project-install-prefix watchman:/usr/local --final-install-prefix /usr/local"
2020
- name: Test
2121
timeout-minutes: 60
22-
run: "python3 build/fbcode_builder/getdeps.py --allow-system-packages test --src-dir=. watchman --project-install-prefix watchman:/usr/local"
22+
run: "python3 build/fbcode_builder/getdeps.py --allow-system-packages test --src-dir=. --num-jobs=1 watchman --project-install-prefix watchman:/usr/local"
2323
- name: List
2424
run: ls -l _artifacts/mac

0 commit comments

Comments
 (0)