Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
upload artifacts set to "if not cancelled"
  • Loading branch information
andrejrblue authored Nov 18, 2024
1 parent fbe7f85 commit 4955d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ jobs:
Remove-Job -Name ${{ env.PROJECT_NAME }}
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
if: ${{ always() }}
path: ./test/Playwright/playwright-report/
retention-days: 30

0 comments on commit 4955d78

Please sign in to comment.