Skip to content

Commit

Permalink
ci: remove cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Aug 24, 2024
1 parent d4211e6 commit f600192
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
JAVA_OPTS: '-XX:MaxHeapSize=6g'
working-directory: ./KeychainExample
run: |
yarn build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
yarn test:android:build --cache-dir="${{ env.TURBO_CACHE_DIR }}"
yarn build:android
yarn test:android:build
- name: Upload Test APKs
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -175,9 +175,9 @@ jobs:
- name: Build iOS Release
working-directory: ./KeychainExample
run: |
yarn build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
yarn build:ios
cd ios && pod install && cd -
yarn test:ios:build --cache-dir="${{ env.TURBO_CACHE_DIR }}"
yarn test:ios:build
env:
RCT_NEW_ARCH_ENABLED: 0
USE_HERMES: 1
Expand Down

0 comments on commit f600192

Please sign in to comment.