File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Android CI test
22
33on :
44 push :
5- branches : [ master ]
6- pull_request :
75 branches : [ master, master_appium ]
6+ pull_request :
7+ branches : [ master ]
88
99env :
1010 ANDROID_ARCH : x86_64
5757
5858 - name : Launch emulator
5959 run : |
60- chmod +x ./.github/workflows/android/ start_emu_headless.sh
61- EMULATOR_TIMEOUT=$EMULATOR_TIMEOUT EMULATOR_NAME=$EMULATOR_NAME ./.github/workflows/android/ start_emu_headless.sh
60+ chmod +x ./.github/workflows/start_emu_headless.sh
61+ EMULATOR_TIMEOUT=$EMULATOR_TIMEOUT EMULATOR_NAME=$EMULATOR_NAME ./.github/workflows/start_emu_headless.sh
6262
6363 # https://github.com/TESTARtool/TESTAR_dev/wiki/TESTAR-and-Appium-for-Mobile-Systems#installing-appium
6464 - name : Install Appium
File renamed without changes.
You can’t perform that action at this time.
0 commit comments