Skip to content

Commit

Permalink
Improve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli committed Oct 9, 2023
1 parent c72da1c commit b573a57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flutter_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
- name: Disable analytics
run: flutter config --no-analytics
- name: Flutter pub get
run: flutter pub get
run: |
cd example
flutter pub get
- name: Flutter test example
run: |
cd example
Expand Down

0 comments on commit b573a57

Please sign in to comment.