Skip to content

Commit 7699d78

Browse files
committed
Update android files in workflow dir
1 parent 2543fe0 commit 7699d78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/android/android_ci_test.yml renamed to .github/workflows/android_ci_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Android CI test
22

33
on:
44
push:
5-
branches: [ master ]
6-
pull_request:
75
branches: [ master, master_appium ]
6+
pull_request:
7+
branches: [ master ]
88

99
env:
1010
ANDROID_ARCH: x86_64
@@ -57,8 +57,8 @@ jobs:
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.

0 commit comments

Comments
 (0)