Skip to content

Commit

Permalink
yarn dependencies install in test
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Molina <[email protected]>
  • Loading branch information
AlbertoMolinaIoBuilders committed Aug 1, 2024
1 parent 6045c41 commit f407905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/all.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
npm ci
npm run build
working-directory: sdk

- name: Install Yarn
run: npm install -g yarn

- name: Install dependencies web
run: yarn install
Expand Down

0 comments on commit f407905

Please sign in to comment.