Skip to content

Commit

Permalink
fix: install playwright browsers (#6179)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo authored Oct 7, 2024
1 parent 791cbec commit c79b0a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ jobs:
test-c4p-wc-modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
- name: Install
run: yarn
- name: Install browsers
run: yarn playwright install --with-deps
- name: CI tests for products web components
run: yarn ci-check:test:c4p-wc

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"test:c4p:snapshot": "yarn test:c4p-styles styles -u",
"test:c4p-styles": "lerna run --stream --scope @carbon/ibm-products-styles test --",
"test:community": "lerna run --stream --scope @carbon/ibm-products-community test --",
"test:c4p-wc": "lerna run --stream --scope @carbon/ibm-products-web-components test --",
"test:c4p-wc": "yarn playwright install && lerna run --stream --scope @carbon/ibm-products-web-components test --",
"spellcheck": "cspell '**' -e './examples' --gitignore --quiet --no-must-find-files",
"storybook": "yarn storybook:start",
"storybook:build": "run-s -s 'storybook:build:*'",
Expand Down

0 comments on commit c79b0a5

Please sign in to comment.