From 89995972c5be809824a463b4ed58a4bf811d23f0 Mon Sep 17 00:00:00 2001 From: Gytis Vinclovas Date: Fri, 7 Feb 2020 00:22:10 +0200 Subject: [PATCH] testing out working-directory --- .github/workflows/detox.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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