From 404921354293825fbaf60bf13b33e942480ad2a5 Mon Sep 17 00:00:00 2001 From: Ivan Vershigora Date: Fri, 3 Nov 2023 10:06:57 +0000 Subject: [PATCH] fix: debug --- .github/workflows/e2e-android.yml | 147 +++++++++++++++--------------- yarn.lock | 4 +- 2 files changed, 74 insertions(+), 77 deletions(-) diff --git a/.github/workflows/e2e-android.yml b/.github/workflows/e2e-android.yml index a4cbe1617..c821c2d77 100644 --- a/.github/workflows/e2e-android.yml +++ b/.github/workflows/e2e-android.yml @@ -32,9 +32,6 @@ jobs: uses: docker-practice/actions-setup-docker@1.0.12 timeout-minutes: 30 - # - name: Install AppleSimulatorUtils - # run: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew && brew install applesimutils - - name: Run regtest setup run: cd docker && mkdir lnd && chmod 777 lnd && docker-compose up -d @@ -99,78 +96,78 @@ jobs: adb reverse tcp:60001 tcp:60001 yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all - - name: Test attempt 2 - uses: reactivecircus/android-emulator-runner@v2 - continue-on-error: true - id: test2 - if: steps.test1.outcome != 'success' - with: - api-level: 31 - avd-name: Pixel_API_31_AOSP - force-avd-creation: false - emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047 - arch: x86_64 - script: | - adb root - adb reverse tcp:80 tcp:80 - adb reverse tcp:8080 tcp:8080 - adb reverse tcp:9735 tcp:9735 - adb reverse tcp:10009 tcp:10009 - adb reverse tcp:28334 tcp:28334 - adb reverse tcp:28335 tcp:28335 - adb reverse tcp:28336 tcp:28336 - adb reverse tcp:39388 tcp:39388 - adb reverse tcp:43782 tcp:43782 - adb reverse tcp:60001 tcp:60001 - yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all - - - name: Test attempt 3 - uses: reactivecircus/android-emulator-runner@v2 - continue-on-error: true - id: test3 - if: steps.test1.outcome != 'success' && steps.test2.outcome != 'success' - with: - api-level: 31 - avd-name: Pixel_API_31_AOSP - force-avd-creation: false - emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047 - arch: x86_64 - script: | - adb root - adb reverse tcp:80 tcp:80 - adb reverse tcp:8080 tcp:8080 - adb reverse tcp:9735 tcp:9735 - adb reverse tcp:10009 tcp:10009 - adb reverse tcp:28334 tcp:28334 - adb reverse tcp:28335 tcp:28335 - adb reverse tcp:28336 tcp:28336 - adb reverse tcp:39388 tcp:39388 - adb reverse tcp:43782 tcp:43782 - adb reverse tcp:60001 tcp:60001 - yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all - - - name: Test attempt 4 - uses: reactivecircus/android-emulator-runner@v2 - if: steps.test1.outcome != 'success' && steps.test2.outcome != 'success' && steps.test3.outcome != 'success' - with: - api-level: 31 - avd-name: Pixel_API_31_AOSP - force-avd-creation: false - emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047 - arch: x86_64 - script: | - adb root - adb reverse tcp:80 tcp:80 - adb reverse tcp:8080 tcp:8080 - adb reverse tcp:9735 tcp:9735 - adb reverse tcp:10009 tcp:10009 - adb reverse tcp:28334 tcp:28334 - adb reverse tcp:28335 tcp:28335 - adb reverse tcp:28336 tcp:28336 - adb reverse tcp:39388 tcp:39388 - adb reverse tcp:43782 tcp:43782 - adb reverse tcp:60001 tcp:60001 - yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all + # - name: Test attempt 2 + # uses: reactivecircus/android-emulator-runner@v2 + # continue-on-error: true + # id: test2 + # if: steps.test1.outcome != 'success' + # with: + # api-level: 31 + # avd-name: Pixel_API_31_AOSP + # force-avd-creation: false + # emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047 + # arch: x86_64 + # script: | + # adb root + # adb reverse tcp:80 tcp:80 + # adb reverse tcp:8080 tcp:8080 + # adb reverse tcp:9735 tcp:9735 + # adb reverse tcp:10009 tcp:10009 + # adb reverse tcp:28334 tcp:28334 + # adb reverse tcp:28335 tcp:28335 + # adb reverse tcp:28336 tcp:28336 + # adb reverse tcp:39388 tcp:39388 + # adb reverse tcp:43782 tcp:43782 + # adb reverse tcp:60001 tcp:60001 + # yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all + + # - name: Test attempt 3 + # uses: reactivecircus/android-emulator-runner@v2 + # continue-on-error: true + # id: test3 + # if: steps.test1.outcome != 'success' && steps.test2.outcome != 'success' + # with: + # api-level: 31 + # avd-name: Pixel_API_31_AOSP + # force-avd-creation: false + # emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047 + # arch: x86_64 + # script: | + # adb root + # adb reverse tcp:80 tcp:80 + # adb reverse tcp:8080 tcp:8080 + # adb reverse tcp:9735 tcp:9735 + # adb reverse tcp:10009 tcp:10009 + # adb reverse tcp:28334 tcp:28334 + # adb reverse tcp:28335 tcp:28335 + # adb reverse tcp:28336 tcp:28336 + # adb reverse tcp:39388 tcp:39388 + # adb reverse tcp:43782 tcp:43782 + # adb reverse tcp:60001 tcp:60001 + # yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all + + # - name: Test attempt 4 + # uses: reactivecircus/android-emulator-runner@v2 + # if: steps.test1.outcome != 'success' && steps.test2.outcome != 'success' && steps.test3.outcome != 'success' + # with: + # api-level: 31 + # avd-name: Pixel_API_31_AOSP + # force-avd-creation: false + # emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047 + # arch: x86_64 + # script: | + # adb root + # adb reverse tcp:80 tcp:80 + # adb reverse tcp:8080 tcp:8080 + # adb reverse tcp:9735 tcp:9735 + # adb reverse tcp:10009 tcp:10009 + # adb reverse tcp:28334 tcp:28334 + # adb reverse tcp:28335 tcp:28335 + # adb reverse tcp:28336 tcp:28336 + # adb reverse tcp:39388 tcp:39388 + # adb reverse tcp:43782 tcp:43782 + # adb reverse tcp:60001 tcp:60001 + # yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all - uses: actions/upload-artifact@v3 if: failure() diff --git a/yarn.lock b/yarn.lock index 2c268a859..3ff2e3e89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11048,9 +11048,9 @@ react-native-share@^8.2.1: resolved "https://registry.yarnpkg.com/react-native-share/-/react-native-share-8.2.2.tgz#987d6f164afe57b089950dca42e0555f19045d27" integrity sha512-kVCI/cT0GnuYUTXe6mAimrjrnt4VWoRfrWqJZjFeoYFqAyOEfos84RC4eZlZnOT5eVtmTXRIkor5vgSkKOlZhw== -"react-native-skia-stub@github:limpbrains/react-native-skia-stub#c2cafde63c3893bf0ae762d559075328d514d6d7": +"react-native-skia-stub@github:limpbrains/react-native-skia-stub#83bab9ea64ca066f73da5cf7fa551de3c1577ab1": version "0.0.1" - resolved "https://codeload.github.com/limpbrains/react-native-skia-stub/tar.gz/c2cafde63c3893bf0ae762d559075328d514d6d7" + resolved "https://codeload.github.com/limpbrains/react-native-skia-stub/tar.gz/83bab9ea64ca066f73da5cf7fa551de3c1577ab1" react-native-svg-transformer@^1.0.0: version "1.0.0"