Skip to content

Commit

Permalink
✅ ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 25, 2023
1 parent ff878cc commit ba1af6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cupertino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ jobs:
run: flutter analyze --fatal-infos
if: always() && steps.install.outcome == 'success'
- name: Run tests
run: flutter test --timeout=1200s example/integration_test
run: |
cd example
flutter pub get
flutter test --timeout=1200s integration_test/

0 comments on commit ba1af6b

Please sign in to comment.