Skip to content

Commit 0fa8ac6

Browse files
authored
Merge pull request #16 from Instabug/chore/fix-ci
[MOB-9346] Use `flutter pub get` instead of `pub get`
2 parents 2825170 + aa37fd1 commit 0fa8ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- checkout
88
- run: flutter doctor
9-
- run: pub get
9+
- run: flutter pub get
1010
- run: flutter test
1111
- run: dartanalyzer --options analysis_options.yaml --fatal-warnings lib
1212
- run: flutter pub publish --dry-run

0 commit comments

Comments
 (0)