name: 'Run Auth E2E Tests - Windows' description: 'Run Auth E2E tests on Windows' runs: using: 'composite' steps: - name: Run Auth E2E tests shell: pwsh run: | npm run test:e2e:auth - name: Upload Playwright Report if: ${{ !cancelled() }} uses: actions/upload-artifact@v4 with: name: playwright-report-auth-windows path: playwright-report/ retention-days: 30