Skip to content

Commit 05cb2df

Browse files
committed
Try installing from package script.
1 parent e035f91 commit 05cb2df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Contract Tests
4747
- name: Install Playwright browsers
48-
run: npx playwright install --with-deps chromium
48+
run: yarn workspace focus browser-contract-test-service install-playwright-browsers
4949

5050
- name: Install contract test dependencies
5151
run: yarn workspaces focus browser-contract-test-adapter browser-contract-test-service

packages/sdk/browser/contract-tests/entity/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"description": "Contract test service implementation for @launchdarkly/js-client-sdk",
77
"scripts": {
8+
"install-playwright-browsers": "playwright install --with-deps chromium",
89
"start": "tsc --noEmit && vite --open=true",
910
"build": "tsc --noEmit && vite build",
1011
"lint": "eslint ./src",

0 commit comments

Comments
 (0)