Skip to content

Commit 779a6b2

Browse files
committed
feat(backend): github ci 加上检查-makemigrations 检查、import检查 #15341
1 parent 00a239c commit 779a6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbm-ui/scripts/ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fi
8080
python manage.py language_finder --check_import -p backend/ -m error
8181
if [[ $? -ne 0 ]];
8282
then
83-
echo -e "\033[1;31m Error: python manage.py language_finder -p backend/ -m error 执行失败!请检查中文是否已标记 \033[0m"
83+
echo -e "\033[1;31m Error: python manage.py language_finder --check_import -p backend/ -m error 执行失败!请检查导入是否含有backend.db_periodic_task.local_tasks \033[0m"
8484
# FAILED_COUNT=$[$FAILED_COUNT+1]
8585
fi
8686

0 commit comments

Comments
 (0)