diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c534d64ed..55c41d0b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,9 +77,7 @@ jobs: cache: 'npm' - run: npm ci - run: npx playwright install --with-deps - - - name: Run e2e tests - run: npm run dev & playwright test + - run: npm run dev & playwright test - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }}