File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/sdk/browser/contract-tests/entity Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ jobs:
4444 size_limit : 25000
4545
4646 # Contract Tests
47- - name : Install Playwright browsers
48- run : npx playwright install --with-deps chromium
49-
5047 - name : Install contract test dependencies
5148 run : yarn workspaces focus browser-contract-test-adapter browser-contract-test-service
5249
50+ - name : Install Playwright browsers
51+ run : yarn workspace browser-contract-test-service install-playwright-browsers
52+
5353 - name : Build contract test adapter
5454 run : yarn workspace browser-contract-test-adapter run build
5555
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments