Skip to content

Commit dc35efa

Browse files
authored
docs: update GitHub Actions workflow for iOS (#25)
This pull request updates the example GitHub Actions workflow for iOS by adding a step to install Watchman. It turns out that this dramatically speeds up the file-crawling process and makes Harness run much faster.
1 parent c608c9f commit dc35efa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/src/docs/guides/ci-cd.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ jobs:
158158
node-version: '18'
159159
cache: 'pnpm'
160160

161+
# Watchman dramatically speeds up file crawling for large projects
162+
- name: Install Watchman
163+
run: brew install watchman
164+
161165
- name: Install dependencies
162166
run: pnpm install
163167

0 commit comments

Comments
 (0)