Upload Playwright artifacts

pull/280/head
Alex Kern 7 months ago
parent ee6acbbfb2
commit c90400bbf9

@ -20,3 +20,9 @@ jobs:
- run: pnpm test - run: pnpm test
- run: pnpm build - run: pnpm build
- run: pnpm test:e2e - run: pnpm test:e2e
- name: Upload Playwright results
if: always()
uses: actions/upload-artifact@v4
with:
name: playwright-results
path: test-results

Loading…
Cancel
Save