From a26ffb2e017d52757c7c49552ed9c027e80f0e69 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 13 Sep 2024 18:58:21 +0100 Subject: [PATCH] skip uploading playwrite reports for now --- .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 e651b7ce..c629c46b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,9 +17,9 @@ jobs: run: npm install -g pnpm && pnpm install - name: Run Playwright tests run: pnpm e2e - - uses: actions/upload-artifact@v4 - if: always() - with: - name: api-playwright-report - path: next-apps/api/playwright-report/ - retention-days: 30 + # - uses: actions/upload-artifact@v4 + # if: always() + # with: + # name: api-playwright-report + # path: next-apps/*/playwright-report/ + # retention-days: 30