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 - name: Upload test results
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
if: always() if: ${{ !cancelled() }}
with: with:
name: playwright-report name: test-results
path: playwright-report/ path: test-results/
retention-days: 30 retention-days: 30