Skip to content

Commit aed3a18

Browse files
remove extra step
1 parent 855ba73 commit aed3a18

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/functional-test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,6 @@ jobs:
327327
wait_for_boot: true
328328
shutdown_after_job: false
329329

330-
- name: install dependencies
331-
if: matrix.e2e-tests == 'flutter-ios'
332-
run: brew install ffmpeg
333-
334330
- name: Install Appium and drivers
335331
if: matrix.e2e-tests == 'flutter-ios'
336332
run: |
@@ -353,4 +349,9 @@ jobs:
353349
run: |
354350
make install-uv
355351
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 \
353+
--doctest-modules \
354+
--junitxml=junit/test-results.xml \
355+
--cov=com \
356+
--cov-report=xml \
357+
--cov-report=html

0 commit comments

Comments
 (0)