Skip to content

Commit 9d8b543

Browse files
committed
test: attempt to fix podfile issue with test app
1 parent db1849a commit 9d8b543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detox-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
rm -rf ~/Library/Developer/Xcode/DerivedData
2727
2828
- name: Install Dependencies
29-
working-directory: example
3029
run: |
3130
npm install
31+
cd example && npm install
3232
cd ios && pod cache clean --all && pod install && cd ..
3333
3434
- name: Run Detox Tests

0 commit comments

Comments
 (0)