Skip to content

Commit

Permalink
Update detox-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycpadilla authored Jan 15, 2025
1 parent ee48f90 commit cbb6729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
rm -rf node_modules && npm install
cd example && rm -rf node_modules && npm install
cd ios && rm -rf Pods && pod cache clean --all && pod install && cd ..
cd ios && rm -rf Pods && rm -rf Podfile.lock && pod cache clean --all && pod install && cd ..
- name: Run Detox iOS Tests
working-directory: example
Expand Down

0 comments on commit cbb6729

Please sign in to comment.