1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-07 11:52:22 +04:00

Refactor Playwright workflow by removing unnecessary artifact upload step

This commit is contained in:
codecalm
2025-02-19 01:22:17 +01:00
parent 57f6219f7c
commit 22e10d4dba
+1 -8
View File
@@ -59,11 +59,4 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'
- 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