Skip to content

Commit

Permalink
feat: run e2e-ios tests on macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jun 28, 2024
1 parent ced47cc commit e0e6744
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
working-directory: lib
run: yarn build

- name: Rebuild detox
working-directory: example
run: yarn detox clean-framework-cache && yarn detox build-framework-cache

- name: Install Dependencies
working-directory: example
run: (yarn || yarn) && yarn rn-setup

# - name: Rebuild detox
# working-directory: example
# run: yarn detox clean-framework-cache && yarn detox build-framework-cache

- name: Cache Pods
uses: actions/cache@v4
with:
Expand Down

0 comments on commit e0e6744

Please sign in to comment.