1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +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

View File

@@ -60,10 +60,3 @@ jobs:
- name: Run Playwright tests - name: Run Playwright tests
run: pnpm run playwright run: pnpm run playwright
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 30