Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassidy-Boilley authored May 23, 2024
1 parent d1df293 commit 7347204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7347204

Please sign in to comment.