Skip to content

Commit bb01303

Browse files
committed
Try to fix CI
1 parent c0d44db commit bb01303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ jobs:
156156
- name: Build docs
157157
run: npm run build:docs
158158
- name: Install Chrome for Puppeteer
159-
run: npx puppeteer browsers install chrome
159+
run: npm exec -w packages/module -- puppeteer browsers install chrome
160160
- name: A11y tests
161161
run: npm run serve:docs & npm run test:a11y

0 commit comments

Comments
 (0)