Skip to content

Commit

Permalink
refactor: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dulapahv committed Dec 26, 2024
1 parent d29670f commit 796eaee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_API_URL: http://localhost:3001
NEXT_PUBLIC_SOCKET_URL: http://localhost:3001
NEXT_PUBLIC_APP_URL: http://localhost:3000
CI: true

steps:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9.15.1
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 796eaee

Please sign in to comment.