Skip to content

Commit c320ff7

Browse files
committed
ci: fixing flaky CI
1 parent dbb2762 commit c320ff7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/server-node.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
workspace_name: '@launchdarkly/node-server-sdk'
3333
workspace_path: packages/sdk/server-node
3434
- name: Install contract test service dependencies
35+
env:
36+
ELECTRON_SKIP_BINARY_DOWNLOAD: '1'
3537
run: yarn workspace @launchdarkly/node-server-sdk-contract-tests install --no-immutable
3638
- name: Build shared contract test utils (server)
3739
run: yarn workspace @launchdarkly/js-contract-test-utils build:server

.github/workflows/shopify-oxygen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
workspace_name: '@launchdarkly/shopify-oxygen-sdk'
2828
workspace_path: packages/sdk/shopify-oxygen
2929
- name: Install contract test service dependencies
30+
env:
31+
ELECTRON_SKIP_BINARY_DOWNLOAD: '1'
3032
run: yarn workspace @launchdarkly/shopify-oxygen-contract-tests install --no-immutable
3133
- name: Build shared contract test utils
3234
run: yarn workspace @launchdarkly/js-contract-test-utils build:server

0 commit comments

Comments
 (0)