瀏覽代碼

Refactor Playwright workflow by removing unnecessary artifact upload step

codecalm 6 月之前
父節點
當前提交
22e10d4dba
共有 1 個文件被更改,包括 1 次插入8 次删除
  1. 1 8
      .github/workflows/playwright.yml

+ 1 - 8
.github/workflows/playwright.yml

@@ -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