Skip to content

Commit 0c3829a

Browse files
feat: save server logs in CI
1 parent 16a1d3d commit 0c3829a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
disable-animations: true
298298

299299
- name: Save server output
300-
if: always() && matrix.e2e-tests == 'android'
300+
if: always() && matrix.e2e-tests == 'flutter-android'
301301
uses: actions/upload-artifact@master
302302
with:
303303
name: appium-flutter-android.log

0 commit comments

Comments
 (0)