modified: .circleci/config.yml

This commit is contained in:
stonegate 2020-02-14 19:54:24 +08:00
parent 05d2390b01
commit 4566ab4400
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ jobs:
name: Run Flutter doctor
command: flutter doctor
- run:
name: Run the application tests
command: flutter test
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV