We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f229e commit ec6c88eCopy full SHA for ec6c88e
.github/workflows/test-mac-build.yml
@@ -19,6 +19,6 @@ jobs:
19
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"
20
- name: Test
21
timeout-minutes: 60
22
- run: "python3 build/fbcode_builder/getdeps.py --allow-system-packages test --src-dir=. watchman --project-install-prefix watchman:/usr/local"
+ run: "python3 build/fbcode_builder/getdeps.py --allow-system-packages test --src-dir=. --num-jobs=1 watchman --project-install-prefix watchman:/usr/local"
23
- name: List
24
run: ls -l _artifacts/mac
0 commit comments