Skip to content

Commit

Permalink
chore: Add rebuild detox
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubax committed Sep 13, 2021
1 parent dbaf540 commit aed278f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Test iOS e2e
on:
pull_request:
paths:
- 'Example/**'
- 'Example/**'
push:
branches:
- master
workflow_dispatch:
env:
DEVELOPER_DIR: /Applications/Xcode_11.7.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_11.7.app/Contents/Developer
jobs:
build:
runs-on: macos-latest
Expand All @@ -27,6 +27,8 @@ jobs:
cache: 'yarn'
- name: Get Xcode version
run: xcodebuild -version
- name: Rebuild detox
run: yarn detox clean-framework-cache && yarn detox build-framework-cache
- name: Install AppleSimulatorUtils
run: brew tap wix/brew && brew install applesimutils
- name: Install root node dependencies
Expand Down

0 comments on commit aed278f

Please sign in to comment.