Skip to content

Commit 10f8ffe

Browse files
line break
1 parent 1a8156a commit 10f8ffe

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/functional-test.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ jobs:
7676

7777
- name: Run Tests
7878
run: |
79-
uv run pytest ${{ matrix.test_targets.target}} \
80-
--doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
79+
uv run pytest ${{ matrix.test_targets.target}} --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
8180
env:
8281
LOCAL_PREBUILT_WDA: ${{ github.workspace }}/wda/WebDriverAgentRunner-Runner.app
8382

@@ -162,8 +161,7 @@ jobs:
162161
arch: ${{ env.ARCH }}
163162
script: |
164163
make install-uv
165-
uv run pytest ${{ matrix.test_targets.target}} --doctest-modules --junitxml=junit/test-results.xml \
166-
--cov=com --cov-report=xml --cov-report=html
164+
uv run pytest ${{ matrix.test_targets.target}} --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
167165
target: google_apis
168166
profile: Nexus 5X
169167
disable-spellchecker: true
@@ -249,8 +247,7 @@ jobs:
249247
api-level: ${{ env.API_LEVEL }}
250248
script: |
251249
make install-uv
252-
uv run pytest test/functional/flutter_integration/*_test.py \
253-
--doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
250+
uv run pytest test/functional/flutter_integration/*_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
254251
target: default
255252
disable-spellchecker: true
256253
disable-animations: true
@@ -292,5 +289,4 @@ jobs:
292289
run: |
293290
make install-uv
294291
export PLATFORM=ios
295-
uv run pytest test/functional/flutter_integration/*_test.py \
296-
--doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
292+
uv run pytest test/functional/flutter_integration/*_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

0 commit comments

Comments
 (0)