Skip to content

Commit

Permalink
chore: testing workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kujo205 committed May 16, 2024
1 parent 0463360 commit faa00ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Playwright Tests
on:
push:
branches: [ main, master ]
branches: [ main, dev ]
pull_request:
branches: [ main, master ]
branches: [ main, dev ]
jobs:
test:
timeout-minutes: 60
Expand All @@ -14,7 +14,7 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: npm install -g pnpm && pnpm install
run: npm install -g pnpm@8.14.0 && pnpm install
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit faa00ed

Please sign in to comment.