Skip to content

Commit f581a94

Browse files
committed
adjust ci
1 parent 9409ff2 commit f581a94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK
77
# E.g.`rps test` to run tests
88
scripts:
99
test: flutter test --coverage && dart run dlcov -c 95 --log=0 --include-untested-files=true
10-
format-check: dart format --set-exit-if-changed --output=none . && android/gradlew spotlessCheck
11-
format: dart format . && android/gradlew spotlessApply
10+
format-check: dart format --set-exit-if-changed --output=none lib test && android/gradlew spotlessCheck
11+
format: dart format lib test && android/gradlew spotlessApply
1212

1313
flutter:
1414
plugin:

0 commit comments

Comments
 (0)