Skip to content

Commit 3464345

Browse files
committed
update yarn config
1 parent d77eda1 commit 3464345

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
node-version: 20
2424
- run: yarn install
25+
- run: yarn run playwright
2526
- run: yarn run test:${{ matrix.browser }}
2627
env:
2728
STANDARD: ${{ secrets.STANDARD }}

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2+
nodeLinker: node-modules

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "cucumber-js --require-module @babel/register --require config/cucumber.conf.js --require features/step-definitions/**/*.js --format @cucumber/pretty-formatter",
8+
"playwright": "yarn playwright install",
89
"test:chrome": "set BROWSER=chrome && npm run test",
910
"test:firefox": "set BROWSER=firefox && npm run test",
1011
"test:webkit": "set BROWSER=webkit && npm run test",

0 commit comments

Comments
 (0)