Skip to content

Commit e0f7a5e

Browse files
committed
Add flutter pub get to CI test workflow
Ensures Flutter dependencies are installed before running integration tests in the CI pipeline for the flet_example project.
1 parent d37378d commit e0f7a5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ jobs:
204204
- name: Run tests
205205
working-directory: src/serious_python/example/flet_example
206206
run: |
207+
flutter pub get
207208
dart run serious_python:main package app/src --platform Linux --requirements flet
208209
xvfb-run flutter test integration_test -d linux
209210

0 commit comments

Comments
 (0)