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 855ba73 commit aed3a18Copy full SHA for aed3a18
1 file changed
.github/workflows/functional-test.yml
@@ -327,10 +327,6 @@ jobs:
327
wait_for_boot: true
328
shutdown_after_job: false
329
330
- - name: install dependencies
331
- if: matrix.e2e-tests == 'flutter-ios'
332
- run: brew install ffmpeg
333
-
334
- name: Install Appium and drivers
335
if: matrix.e2e-tests == 'flutter-ios'
336
run: |
@@ -353,4 +349,9 @@ jobs:
353
349
354
350
make install-uv
355
351
export PLATFORM=ios
356
- uv run pytest test/functional/flutter_integration/*_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
352
+ uv run pytest test/functional/flutter_integration/*_test.py \
+ --doctest-modules \
+ --junitxml=junit/test-results.xml \
+ --cov=com \
+ --cov-report=xml \
357
+ --cov-report=html
0 commit comments