Skip to content

Commit

Permalink
chore: Update install Chromium step
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-raining committed Nov 25, 2024
1 parent 0d68f0e commit 266cea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn playwright-core install chromium
- run: yarn playwright-core install chromium --no-shell
- run: yarn build
- run: yarn test
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean": "shx rm -rf dist tmp",
"dev": "tsc -w --preserveWatchOutput",
"example": "yarn --cwd example build",
"pretest": "playwright-core install chromium",
"pretest": "playwright-core install chromium --no-shell",
"release": "release-it",
"release:pre": "release-it --preRelease --npm.tag=next",
"test": "vitest run --coverage",
Expand Down

0 comments on commit 266cea4

Please sign in to comment.