ci: fix Playwright Tests

This commit is contained in:
Ruben Talstra 2025-02-12 18:08:16 +01:00
parent 87f16e0619
commit 4d83aeadbc
Failed to extract signature

View file

@ -64,7 +64,7 @@
run: npm run e2e:ci run: npm run e2e:ci
- name: Upload playwright report - name: Upload playwright report
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
name: playwright-report name: playwright-report