diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 945a0fa..f52e58c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20.x' - - name: npm run dev + - name: next build run: | npm ci - npm run dev & + next build & sleep 30 - name: Install dependencies