mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
CI: Run flutter analyze again
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user