File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ jobs:
276276 run : |
277277 appium driver install uiautomator2
278278 appium driver install appium-flutter-integration-driver --source npm
279- nohup appium --allow-insecure=adb_shell --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium_android .log &
279+ nohup appium --allow-insecure=adb_shell --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium_flutter_android .log &
280280
281281 - name : Run Android tests
282282 if : matrix.e2e-tests == 'flutter-android'
@@ -290,12 +290,19 @@ jobs:
290290 pipenv lock --clear
291291 pipenv install -d --system
292292 export PLATFORM=android
293- pytest test/functional/flutter_integration/*_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
293+ pytest test/functional/flutter_integration/*_test.py -k test_camera_mocking - -doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
294294 target : google_apis
295295 profile : Nexus 5X
296296 disable-spellchecker : true
297297 disable-animations : true
298298
299+ - name : Save server output
300+ if : always() && matrix.e2e-tests == 'android'
301+ uses : actions/upload-artifact@master
302+ with :
303+ name : appium-flutter-android.log
304+ path : appium_flutter_android.log
305+
299306 - name : Select Xcode
300307 if : matrix.e2e-tests == 'flutter-ios'
301308 uses : maxim-lobanov/setup-xcode@v1
You can’t perform that action at this time.
0 commit comments