feat: CI测试
This commit is contained in:
parent
90aa07cc55
commit
f9c6a97a50
7
.github/workflows/e2e_android.yml
vendored
7
.github/workflows/e2e_android.yml
vendored
@ -47,10 +47,3 @@ jobs:
|
|||||||
arch: x86_64
|
arch: x86_64
|
||||||
avd-name: ${{ steps.device.outputs.AVD_NAME }}
|
avd-name: ${{ steps.device.outputs.AVD_NAME }}
|
||||||
script: yarn test:android-debug
|
script: yarn test:android-debug
|
||||||
|
|
||||||
- name: Upload artifacts
|
|
||||||
if: failure()
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: detox-artifacts
|
|
||||||
path: artifacts
|
|
||||||
|
@ -6,7 +6,7 @@ module.exports = {
|
|||||||
config: 'e2e/jest.config.js',
|
config: 'e2e/jest.config.js',
|
||||||
},
|
},
|
||||||
jest: {
|
jest: {
|
||||||
setupTimeout: 120000,
|
setupTimeout: 240000,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
apps: {
|
apps: {
|
||||||
|
Loading…
Reference in New Issue
Block a user