Skip to content

Commit

Permalink
chore: fix webkit install command
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Jan 9, 2024
1 parent 003fd18 commit bca0c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Install dependencies
run: |
npm install
npx playwright install-deps webkit
npx playwright install firefox
npm run test:setup
- name: Run tests
run: |
npm run test
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"test": "npm run test:cli && npm run lint && npm run karma",
"test:coverage": "rm -rf ./coverage && NODE_ENV=coverage npm run karma",
"test:cli": "node ./cli/test.js",
"test:setup": "playwright install firefox webkit --with-deps",
"release": "npm run test && standard-version -a"
},
"devDependencies": {
Expand Down

0 comments on commit bca0c74

Please sign in to comment.