Skip to content

Instantly share code, notes, and snippets.

@reime005
Last active November 24, 2019 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reime005/4c4f5712ee330c20ab64c04d35f353a9 to your computer and use it in GitHub Desktop.
Save reime005/4c4f5712ee330c20ab64c04d35f353a9 to your computer and use it in GitHub Desktop.
- name: Detox setup
run: |
brew tap wix/brew
brew install applesimutils
- name: Install node_modules & deploy with specific XCode version
env:
DEVELOPER_DIR: /Applications/Xcode_11.1.app/Contents/Developer
run: |
yarn install --frozen-lockfile
yarn build-detox-ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment