From a22d7b51dfd9512c904fa467a0d81c4882fa6981 Mon Sep 17 00:00:00 2001 From: etowahadams Date: Thu, 22 Feb 2024 18:29:53 -0500 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0c9258c..b57a27ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,18 +59,9 @@ jobs: with: node-version: 20 - uses: pnpm/action-setup@v2 - - name: Install dependencies - run: pnpm install - - name: Install Playwright Browsers - run: npx playwright install --with-deps chromium - - name: Run Playwright Component Tests - run: pnpm test-ct - - uses: actions/upload-artifact@v3 - if: always() - with: - name: playwright-report - path: playwright-report/ - retention-days: 10 # Lint: # runs-on: ubuntu-latest