From 0bc71307d9fab19872831fb13335e792f2700312 Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 14:49:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95Python=20UT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cdb23c5..66e8d83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: - pwd - ls -la - python ./python/hello.py - - python ./python/test_demo.py + - pytest ./python/test_demo.py - name: "CI失败 微信推送"