Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/server-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
workspace_name: '@launchdarkly/node-server-sdk'
workspace_path: packages/sdk/server-node
- name: Install contract test service dependencies
env:
ELECTRON_SKIP_BINARY_DOWNLOAD: '1'
run: yarn workspace @launchdarkly/node-server-sdk-contract-tests install --no-immutable
- name: Build shared contract test utils (server)
run: yarn workspace @launchdarkly/js-contract-test-utils build:server
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/shopify-oxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
workspace_name: '@launchdarkly/shopify-oxygen-sdk'
workspace_path: packages/sdk/shopify-oxygen
- name: Install contract test service dependencies
env:
ELECTRON_SKIP_BINARY_DOWNLOAD: '1'
run: yarn workspace @launchdarkly/shopify-oxygen-contract-tests install --no-immutable
- name: Build shared contract test utils
run: yarn workspace @launchdarkly/js-contract-test-utils build:server
Expand Down
Loading