Skip to content

Commit

Permalink
create .env.local
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed May 20, 2024
1 parent ebf0753 commit 2d439bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: ${{ matrix.env.version || 20 }}
- name: Run Fuel Node
run: (cd templates/nextjs && pnpm run fuels:dev) &
- name: Copy .env.example and create .env.local off it
run: cp templates/nextjs/.env.example templates/nextjs/.env.local
- name: Run Next.js server
run: (cd templates/nextjs && pnpm run dev) &
- name: Install Playwright Browsers
Expand Down

0 comments on commit 2d439bf

Please sign in to comment.