From bf006dcf196696a833390e98f235f9a81a4e6d43 Mon Sep 17 00:00:00 2001 From: Florian Trayon <26360935+FlorianLeChat@users.noreply.github.com> Date: Fri, 11 Aug 2023 18:14:12 +0200 Subject: [PATCH] Removed upload of PlayWright test results using GitHub Actions --- .github/workflows/playwright.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c27233b..d1e2e51 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,16 +15,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - name: Setup Node.js + uses: actions/setup-node@v3 - name: Install dependencies run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests run: npm run test - - name: Upload test results - uses: actions/upload-artifact@v3 - if: always() - with: - name: playwright-report - path: playwright-report/