Skip to content

Commit

Permalink
Add post-emulator-launch-assemble-command
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Dec 22, 2023
1 parent 245d3e2 commit 2704f90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ jobs:
working_directory: ~/react-native-url-polyfill/platforms/react-native/<< parameters.react-native-version >>
steps:
- attach-workspace
- restore-android-build-cache
- install-node
- install-yarn-dependencies
- run:
Expand All @@ -235,13 +234,13 @@ jobs:
- android/start-emulator:
avd-name: TestingAVD
no-window: true
post-emulator-launch-assemble-command: ''
restore-gradle-cache-prefix: v1a
- run:
name: Run Detox
command: yarn e2e:android
- android/save-gradle-cache:
cache-prefix: v1a
- save-android-build-cache
test-hermes-android:
parameters:
react-native-version:
Expand Down

0 comments on commit 2704f90

Please sign in to comment.