Skip to content

Commit c28db9f

Browse files
committed
Add check for flutter version in tests
1 parent 846ae21 commit c28db9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ jobs:
55
- image: cirrusci/flutter
66
steps:
77
- checkout
8+
- run: flutter --version
89
- run: flutter test

0 commit comments

Comments
 (0)