Skip to content

Commit 6292671

Browse files
committed
Remove flutter devices step from CI workflow
Eliminates the redundant 'flutter devices' command from the CI job for the Flet example, streamlining the workflow.
1 parent db11902 commit 6292671

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
shell: bash
6969
working-directory: "src/serious_python/example/flet_example"
7070
run: |
71-
flutter devices
7271
dart run serious_python:main package app/src -p iOS -r flet
7372
flutter drive -d ${{ steps.ios-sim.outputs.udid }} --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart
7473

0 commit comments

Comments
 (0)