diff --git a/.github/workflows/detox.yml b/.github/workflows/detox.yml index 5e55cbf377..92ab4ca229 100644 --- a/.github/workflows/detox.yml +++ b/.github/workflows/detox.yml @@ -25,10 +25,9 @@ jobs: - name: Cache Pods uses: actions/cache@v1 - working-directory: ./examples/native id: podcache with: - path: ios/Pods + path: ./examples/native/ios/Pods key: pods-${{ hashFiles('**/Podfile.lock') }} - name: Update Pods @@ -37,8 +36,7 @@ jobs: gem update cocoapods xcodeproj cd ios && pod install && cd .. - - run: brew tap wix/brew - + - run: brew tap wix/brew - run: brew install applesimutils - name: Detox build