Skip to content

Commit 8c7d869

Browse files
OttoAllmendingerllm-git
andcommitted
feat: add npm workspace install step to workflow
Adds a separate "Install" step to ensure all workspace dependencies are installed before running tests. Issue: BTC-2786 Co-authored-by: llm-git <[email protected]>
1 parent c8df512 commit 8c7d869

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
run: npm run test:wasm-pack-chrome
8888
working-directory: packages/wasm-utxo
8989

90+
- name: Install
91+
run: npm --workspaces install
92+
9093
- name: Unit Test
9194
run: npm --workspaces test
9295

0 commit comments

Comments
 (0)