Skip to content

Commit c7f3bb7

Browse files
committed
👷 Add yarn install step
1 parent 40d67b6 commit c7f3bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
- name: Run Build and Tests
112112
run: |
113113
cargo install --path cli --force --locked
114+
yarn install
114115
bolt build
115116
cd clients/bolt-sdk
116117
yarn install && yarn build

0 commit comments

Comments
 (0)