feat: project init
This commit is contained in:
parent
aa5f5b9340
commit
63c4825006
6
.github/workflows/e2e_android.yml
vendored
6
.github/workflows/e2e_android.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
||||
|
||||
# This appears to be 'Cache Size: ~1230 MB (1290026823 B)' based on watching action logs
|
||||
# Repo limit is 10GB; branch caches are independent; branches may read default branch cache.
|
||||
# We don't want branches to evict main branch snapshot, so save on main, read-only all else
|
||||
# We don't want branches to evict master branch snapshot, so save on master, read-only all else
|
||||
- name: AVD cache
|
||||
uses: actions/cache@v3
|
||||
id: avd-cache
|
||||
@ -162,7 +162,7 @@ jobs:
|
||||
- name: AVD Boot and Snapshot Creation
|
||||
# Only generate a snapshot with a cache miss
|
||||
# Comment the if out to generate snapshots on branch for performance testing
|
||||
if: "${{ github.event.inputs.clearCaches != '' || (steps.avd-cache.outputs.cache-hit != 'true' && github.ref == 'refs/heads/main') }}"
|
||||
if: "${{ github.event.inputs.clearCaches != '' || (steps.avd-cache.outputs.cache-hit != 'true' && github.ref == 'refs/heads/master') }}"
|
||||
uses: reactivecircus/android-emulator-runner@v2
|
||||
with:
|
||||
api-level: ${{ matrix.api-level }}
|
||||
@ -184,7 +184,7 @@ jobs:
|
||||
# Only generate a snapshot for saving with a cache miss
|
||||
# Switch the if statements via comment if generating snapshots for performance testing
|
||||
# if: matrix.first-boot-delay != '0'
|
||||
if: "${{ github.event.inputs.clearCaches != '' || (steps.avd-cache.outputs.cache-hit != 'true' && github.ref == 'refs/heads/main') }}"
|
||||
if: "${{ github.event.inputs.clearCaches != '' || (steps.avd-cache.outputs.cache-hit != 'true' && github.ref == 'refs/heads/master') }}"
|
||||
env:
|
||||
FIRST_BOOT_DELAY: ${{ matrix.first-boot-delay }}
|
||||
uses: reactivecircus/android-emulator-runner@v2
|
||||
|
@ -33,7 +33,8 @@
|
||||
"prettier": "^2.4.1",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"ts-jest": "^29.0.5",
|
||||
"typescript": "^4.9.5"
|
||||
"typescript": "^4.9.5",
|
||||
"pod-install": "^0.1.37"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
|
Loading…
Reference in New Issue
Block a user