Skip to content

Commit

Permalink
ci(workflows): 增加上传trace文件
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuacai168 committed Jan 13, 2024
1 parent 15f4125 commit c3145d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-traces
path: allure-results/
name: playwright-traces and results
path: |
allure-results/
trace.zip

0 comments on commit c3145d0

Please sign in to comment.