CI: Run flutter analyze again

This commit is contained in:
Vishesh Handa
2021-06-06 10:40:36 +02:00
parent 25c386b2ba
commit b69de2b312

View File

@ -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