Procházet zdrojové kódy

Refactor Playwright workflow by removing unnecessary artifact upload step

codecalm před 6 měsíci
rodič
revize
22e10d4dba
1 změnil soubory, kde provedl 1 přidání a 8 odebrání
  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'
         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