Skip to content

Commit

Permalink
Install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Feb 3, 2025
1 parent 0b10b0e commit 59258fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
run: |
pnpm lint --cache --cache-strategy=content --cache-location=node_modules/.cache/eslint/.eslint-cache
- name: Playwright init
run: |
pnpm playwright-init
- name: Test
run: |
pnpm -r test
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dev": "pnpm --filter='@webstudio-is/builder' dev",
"lint": "eslint \"**/*.{ts,tsx}\" --max-warnings 0",
"checks": "pnpm -r test && pnpm -r typecheck && pnpm lint",
"playwright-init": "pnpm -r playwright-init",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"storybook:dev": "storybook dev -p 6006",
"storybook:build": "storybook build",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-components-animation/private-src

0 comments on commit 59258fe

Please sign in to comment.