Skip to content

Commit

Permalink
👷 Add yarn install step
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 5, 2024
1 parent 40d67b6 commit c7f3bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
- name: Run Build and Tests
run: |
cargo install --path cli --force --locked
yarn install
bolt build
cd clients/bolt-sdk
yarn install && yarn build
Expand Down

0 comments on commit c7f3bb7

Please sign in to comment.