We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b00cf commit baae5f5Copy full SHA for baae5f5
1 file changed
.github/workflows/functional-test.yml
@@ -149,22 +149,6 @@ jobs:
149
disable-animations: false
150
disable-spellchecker: true
151
script: |
152
- adb devices
153
- cd android_tests
154
- bundle install
155
- rake android
156
-
157
- - name: Run Android tests
158
- uses: reactivecircus/android-emulator-runner@v2
159
- with:
160
- api-level: ${{ env.API_LEVEL }}
161
- arch: ${{ env.ARCH }}
162
- target: google_apis
163
- profile: Nexus 5X
164
- disable-animations: true
165
- disable-spellchecker: true
166
- script: |
167
168
cd android_tests
169
bundle install
170
rake android
0 commit comments