Skip to content

Commit

Permalink
testing out working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Gongreg committed Feb 6, 2020
1 parent b6e4384 commit 8999597
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/detox.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

1 comment on commit 8999597

@vercel
Copy link

@vercel vercel bot commented on 8999597 Feb 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.