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

feat: CI测试

This commit is contained in:
steven 2023-04-02 15:35:25 +08:00
parent 90aa07cc55
commit f9c6a97a50
2 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@ module.exports = {
config: 'e2e/jest.config.js', config: 'e2e/jest.config.js',
}, },
jest: { jest: {
setupTimeout: 120000, setupTimeout: 240000,
}, },
}, },
apps: { apps: {