clear branch

This commit is contained in:
shao.xiaoping 2024-01-29 10:48:47 +08:00
parent 09ee0239e5
commit 594a87103b
1 changed files with 5 additions and 5 deletions

View File

@ -48,11 +48,11 @@ jobs:
- name: Run test cases
run: pipenv run pytest -v --gherkin-terminal-reporter -s --color=yes --alluredir=temp -m smoke
# - uses: actions/upload-artifact@master
# with:
# name: temp
# path: temp
# retention-days: 20
- uses: actions/upload-artifact@master
with:
name: Test-allure-results
path: temp
retention-days: 20
- name: Get Allure history # Step to retrieve Allure history
uses: actions/checkout@v4