Skip to content

Commit b94c7dc

Browse files
committed
ci(github): add adb to native e2e android
1 parent 9c5777f commit b94c7dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/test-suite-native-e2e-android.yml

+8
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ jobs:
115115
path: node_modules
116116
key: node_modules/${{ github.ref }}/${{github.run_id}}
117117

118+
- name: Install adb (Android SDK Platform Tools)
119+
run: |
120+
wget https://dl.google.com/android/repository/platform-tools_r31.0.3-linux.zip
121+
unzip platform-tools_r31.0.3-linux.zip
122+
sudo mv platform-tools /usr/local/bin/
123+
echo "export PATH=$PATH:/usr/local/bin/platform-tools" >> $GITHUB_ENV
124+
export PATH=$PATH:/usr/local/bin/platform-tools
125+
118126
- name: Install Yarn dependencies
119127
run: |
120128
echo -e "\nenableScripts: false" >> .yarnrc.yml

0 commit comments

Comments
 (0)