ci: Fix artifacting

This commit is contained in:
April Hall 2025-02-28 09:04:28 -05:00
parent a05bd6be1b
commit ab93f2aca8

View File

@ -57,8 +57,8 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
name: test-results
path: test-results/
retention-days: 30