From f9c6a97a50821ba8724561107461b86dabf044a3 Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 2 Apr 2023 15:35:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20CI=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e_android.yml | 7 ------- Example/testHotUpdate/.detoxrc.js | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/e2e_android.yml b/.github/workflows/e2e_android.yml index afa5244..772d968 100644 --- a/.github/workflows/e2e_android.yml +++ b/.github/workflows/e2e_android.yml @@ -47,10 +47,3 @@ jobs: arch: x86_64 avd-name: ${{ steps.device.outputs.AVD_NAME }} script: yarn test:android-debug - - - name: Upload artifacts - if: failure() - uses: actions/upload-artifact@v3 - with: - name: detox-artifacts - path: artifacts diff --git a/Example/testHotUpdate/.detoxrc.js b/Example/testHotUpdate/.detoxrc.js index 0fd43ad..e0583ab 100644 --- a/Example/testHotUpdate/.detoxrc.js +++ b/Example/testHotUpdate/.detoxrc.js @@ -6,7 +6,7 @@ module.exports = { config: 'e2e/jest.config.js', }, jest: { - setupTimeout: 120000, + setupTimeout: 240000, }, }, apps: {