Browse Source

:construction_worker: Add yarn install step

Gabriele Picco 1 year ago
parent
commit
c7f3bb7225
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/run-tests.yml

+ 1 - 0
.github/workflows/run-tests.yml

@@ -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