Skip to content

Commit 60948df

Browse files
committed
chore: fix tests
1 parent 83baac6 commit 60948df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,11 @@ jobs:
180180
path: packages/bitcoin/dist
181181

182182
- name: Run unit tests
183-
run: npm run test:unit
183+
run: yarn test
184+
env:
185+
AVAILABLE_CHAINS: 'Preprod,Preview,Mainnet'
186+
DEFAULT_CHAIN: 'Preprod'
187+
NODE_OPTIONS: '--max_old_space_size=8192'
184188

185189
- name: Send test metrics to Datadog
186190
run: |

0 commit comments

Comments
 (0)