update github yaml

This commit is contained in:
shao.xiaoping 2024-01-23 11:43:26 +08:00
parent add0a80e9f
commit 1bf809e8b8
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ jobs:
pipenv install
- name: Ensure browsers are installed
run: pipenv run python -m playwright install
- name: Set up PYTHONPATH
run: echo "${{ github.workspace }}/mylibrary" >> $GITHUB_PATH
- name: Run test cases
run: pytest -s --alluredir=temp -m smoke
- uses: actions/upload-artifact@v3