docs(ci): add CI verification note to trigger Actions #2

Merged
jaybe merged 9 commits from feat/ci-verify-run into main 2025-11-14 09:45:12 +00:00
Showing only changes of commit 23e2112e72 - Show all commits
+10 -1
View File
@@ -30,6 +30,15 @@ jobs:
run: npx playwright install --with-deps run: npx playwright install --with-deps
- name: E2E tests (Playwright) - name: E2E tests (Playwright)
run: npm run test:e2e run: npm run test:e2e -- --reporter=line
env: env:
CI: true CI: true
- name: Upload Playwright report
if: always()
uses: actions/upload-artifact@v4
with:
name: playwright-report
path: playwright-report
if-no-files-found: ignore
retention-days: 3