From 8fc7b064553b8c9b5f30b08409af53c992a7da75 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Tue, 28 Feb 2023 18:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b4a1cbf..62e84b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,8 @@ steps: image: python:3.10 commands: - pip install -r requirements.txt - - pytest + - python run_excel_re.py + - ls -lR test_Report trigger: branch: