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 7ce37a2 commit 58821c2Copy full SHA for 58821c2
.github/workflows/functional-test.yml
@@ -330,4 +330,4 @@ jobs:
330
pipenv lock --clear
331
pipenv install -d --system
332
export PLATFORM=ios
333
- pytest test/functional/flutter/*_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
+ 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