1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

feat: project init

This commit is contained in:
steven 2023-03-16 14:45:36 +08:00
parent d2f53e17c5
commit 76e5c6c59b
3 changed files with 4 additions and 4 deletions

View File

@ -201,7 +201,7 @@ jobs:
- name: Detox Tests
uses: reactivecircus/android-emulator-runner@v2
timeout-minutes: 40
timeout-minutes: 60
with:
api-level: ${{ matrix.api-level }}
avd-name: TestingAVD

View File

@ -178,5 +178,5 @@ jobs:
run: nohup sh -c "sleep 30 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"
- name: Detox Test
timeout-minutes: 30
timeout-minutes: 60
run: yarn test:ios-release

View File

@ -44,7 +44,7 @@ module.exports = {
headless: Boolean(process.env.CI),
gpuMode: process.env.CI ? 'off' : undefined,
device: {
avdName: 'Pixel_3a_API_33_arm64-v8a',
avdName: 'TestingAVD',
},
utilBinaryPaths: ['./cache/test-butler-app.apk'],
},
@ -58,7 +58,7 @@ module.exports = {
'genymotion.emulator.name': {
type: 'android.genycloud',
device: {
recipeName: 'Pixel_3a_API_33_arm64-v8a',
recipeName: 'TestingAVD',
},
utilBinaryPaths: ['./cache/test-butler-app.apk'],
},