Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Nov 3, 2023
1 parent f8f75de commit 4049213
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 77 deletions.
147 changes: 72 additions & 75 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
uses: docker-practice/[email protected]
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

Expand Down Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4049213

Please sign in to comment.