Cleanup
This commit is contained in:
parent
126f9624b9
commit
3b2d87d2c0
|
@ -506,10 +506,7 @@ jobs:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /home/circleci/repo
|
at: /home/circleci/repo
|
||||||
- restore_cache: *restore-npm-cache-linux
|
- restore_cache: *restore-npm-cache-linux
|
||||||
- run:
|
- run: *install-npm-modules
|
||||||
name: Install NPM modules
|
|
||||||
command: |
|
|
||||||
yarn install --cache-folder=/home/circleci/repo/node_modules
|
|
||||||
- save_cache: *save-npm-cache-linux
|
- save_cache: *save-npm-cache-linux
|
||||||
- create-e2e-account-file
|
- create-e2e-account-file
|
||||||
- android/create-avd:
|
- android/create-avd:
|
||||||
|
@ -522,14 +519,9 @@ jobs:
|
||||||
echo "hw.lcd.density = 440" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini
|
echo "hw.lcd.density = 440" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini
|
||||||
echo "hw.lcd.height = 2280" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini
|
echo "hw.lcd.height = 2280" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini
|
||||||
echo "hw.lcd.width = 1080" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini
|
echo "hw.lcd.width = 1080" >> ~/.android/avd/Pixel_API_32_AOSP.avd/config.ini
|
||||||
# - android/start-emulator:
|
|
||||||
# avd-name: Pixel_API_32_AOSP
|
|
||||||
# no-window: true
|
|
||||||
# post-emulator-launch-assemble-command: ''
|
|
||||||
- run:
|
- run:
|
||||||
name: Run Detox Tests
|
name: Run Detox Tests
|
||||||
command: |
|
command: |
|
||||||
adb devices
|
|
||||||
yarn e2e:android-test
|
yarn e2e:android-test
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
Loading…
Reference in New Issue