From b69de2b312d0e68bb029afa8bbf00bac10ec0f66 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sun, 6 Jun 2021 10:40:36 +0200 Subject: [PATCH] CI: Run flutter analyze again --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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