diff --git a/.circleci/config.yml b/.circleci/config.yml index 3eaa5b33..f5224363 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,9 +17,9 @@ jobs: #command: flutter test --coverage --machine | tojunit --output junit.xml - store_test_results: path: ./ - # - run: - # name: Analyze - # command: flutter analyze + - run: + name: Analyze + command: flutter analyze - run: name: Decode Android key store command: echo "$KEYSTORE" | base64 -di > android/app/keystore.jks