Skip to content

Commit

Permalink
feat: fix flutter e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MummanaSubramanya committed Sep 21, 2024
1 parent 7ce37a2 commit 58821c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ jobs:
pipenv lock --clear
pipenv install -d --system
export PLATFORM=ios
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 comments on commit 58821c2

Please sign in to comment.