From b426c5cac88c5cc0efa40eb62b8b5654cb7577ca Mon Sep 17 00:00:00 2001 From: ssshooter Date: Fri, 12 Jan 2024 22:15:00 +0800 Subject: [PATCH] ci: update Playwright test workflow --- .github/workflows/playwright.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b2a7d18..95a32b1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,6 +20,9 @@ jobs: run: pnpm i - name: Install Playwright Browsers 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