Skip to content

Commit

Permalink
chore: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
N3TC4T committed Apr 9, 2024
1 parent bec9c13 commit b23f86a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
cocoapods: 'true'

- name: Rebuild detox
if: steps.cache.outputs.cache-hit == 'true'
run: npx detox clean-framework-cache && npx detox build-framework-cache
run: |
npx detox clean-framework-cache
npx detox build-framework-cache
- name: Build app for detox
run: npx detox build e2e --configuration ${DETOX_CONFIGURATION} --if-missing
Expand Down

0 comments on commit b23f86a

Please sign in to comment.