Skip to content

Commit

Permalink
WIP: install watchman in e2e tests (#25257)
Browse files Browse the repository at this point in the history
Summary:
An attempt to fix CI.
This PR includes changes from #25241, to be removed once synced to master

## Changelog

[General] [Fix] - install watchman in e2e tests to fix CI
Pull Request resolved: #25257

Differential Revision: D15804513

Pulled By: cpojer

fbshipit-source-id: 33d4494ffaa340f99f1dae8764449e81e552c943
  • Loading branch information
thymikee authored and facebook-github-bot committed Jun 13, 2019
1 parent 942de57 commit 488a91b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ jobs:
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew >/dev/null
- brew_install:
package: applesimutils
- brew_install:
package: watchman

# Configure Watchman
- run: touch .watchmanconfig
Expand Down

0 comments on commit 488a91b

Please sign in to comment.