diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 95a32b1a..aaa7ed37 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,6 @@ jobs: run: npx playwright install --with-deps - name: Run Dev Server run: npm run dev - background: true - name: Run Playwright tests run: npx playwright test - uses: actions/upload-artifact@v3