mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +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
|
#command: flutter test --coverage --machine | tojunit --output junit.xml
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: ./
|
path: ./
|
||||||
# - run:
|
- run:
|
||||||
# name: Analyze
|
name: Analyze
|
||||||
# command: flutter analyze
|
command: flutter analyze
|
||||||
- run:
|
- run:
|
||||||
name: Decode Android key store
|
name: Decode Android key store
|
||||||
command: echo "$KEYSTORE" | base64 -di > android/app/keystore.jks
|
command: echo "$KEYSTORE" | base64 -di > android/app/keystore.jks
|
||||||
|
Reference in New Issue
Block a user