diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 39ab05d..3eb1314 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,14 +17,8 @@ jobs: run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps - - name: Start static server - run: npm run start & - - name: Wait for server to start - run: sleep 5 - name: Run Playwright tests run: npx playwright test - env: - BASE_URL: http://localhost:3000 - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: