From 11be2f3be6a823ea5d39a36b02c7f80366d3bc08 Mon Sep 17 00:00:00 2001 From: Cam Moore Date: Sat, 13 Jul 2024 08:50:02 -1000 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4b28886..3e37b2a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -21,9 +21,9 @@ jobs: run: npm run lint # - name: Run Playwright tests # run: npx playwright test - - uses: actions/upload-artifact@v4 - if: always() - with: - name: playwright-report - path: playwright-report/ - retention-days: 30 + # - uses: actions/upload-artifact@v4 + # if: always() + # with: + # name: playwright-report + # path: playwright-report/ + # retention-days: 30