blob: 668e70ced6a0792df6a83fb135ecc909611d5707 [file] [log] [blame]
set -e # abort CI if an error happens
cd $1
flutter packages get
flutter format --set-exit-if-changed lib test
flutter analyze --no-current-package lib test/
flutter test --no-pub --coverage
# resets to the original state
cd -