|
@@ -59,11 +59,4 @@ jobs:
|
|
if: steps.playwright-cache.outputs.cache-hit != 'true'
|
|
if: steps.playwright-cache.outputs.cache-hit != 'true'
|
|
|
|
|
|
- name: Run Playwright tests
|
|
- name: Run Playwright tests
|
|
- run: pnpm run playwright
|
|
|
|
-
|
|
|
|
- - uses: actions/upload-artifact@v4
|
|
|
|
- if: ${{ !cancelled() }}
|
|
|
|
- with:
|
|
|
|
- name: playwright-report
|
|
|
|
- path: playwright-report/
|
|
|
|
- retention-days: 30
|
|
|
|
|
|
+ run: pnpm run playwright
|