Browse Source

更新 '.drone.yml'

test
wangwei2 1 year ago
parent
commit
8fc7b06455
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .drone.yml

+ 2
- 1
.drone.yml View File

@@ -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:


Loading…
Cancel
Save