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/