mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: disable flutter analyze when push
This commit is contained in:
parent
1b2161393c
commit
8511829c42
@ -24,21 +24,13 @@ if [[ `git status --porcelain` ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printMessage "Running the Flutter analyzer"
|
#
|
||||||
flutter analyze
|
#printMessage "Running the Flutter analyzer"
|
||||||
|
#flutter analyze
|
||||||
if [ $? -ne 0 ]; then
|
#
|
||||||
printError "Flutter analyzer error"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
printMessage "Finished running the Flutter analyzer"
|
|
||||||
|
|
||||||
|
|
||||||
#printMessage "Running unit tests"
|
|
||||||
#flutter test
|
|
||||||
#if [ $? -ne 0 ]; then
|
#if [ $? -ne 0 ]; then
|
||||||
# printf "\e[31;1m%s\e[0m\n" 'Unit tests error'
|
# printError "Flutter analyzer error"
|
||||||
# exit 1
|
# exit 1
|
||||||
#fi
|
#fi
|
||||||
#printf "\e[33;1m%s\e[0m\n" 'Finished running unit tests'
|
#
|
||||||
|
#printMessage "Finished running the Flutter analyzer"
|
||||||
|
Loading…
Reference in New Issue
Block a user