-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8f75de
commit 4049213
Showing
2 changed files
with
74 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters