Skip to content

Commit

Permalink
chore: refactor playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timDeHof committed Oct 8, 2023
1 parent 66979c4 commit 4a08e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 18
cache: "pnpm"
- name: Install dependencies
run: pnpm install
run: pnpm CI
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"CI": "CI=true pnpm install",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --fix",
Expand Down

0 comments on commit 4a08e4b

Please sign in to comment.