From 7347204b88b5bd86469c1700229704891984152e Mon Sep 17 00:00:00 2001 From: Cassidy Boilley <113379550+Cassidy-Boilley@users.noreply.github.com> Date: Thu, 23 May 2024 00:04:53 -0700 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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