Skip to content

Commit

Permalink
Install yarn by npm
Browse files Browse the repository at this point in the history
Signed-off-by: Dengjianping <[email protected]>
  • Loading branch information
Dengjianping committed Aug 8, 2023
1 parent 4c80cad commit fe98638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_test_calamari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ jobs:
with:
repository: Manta-Network/Dev-Tools
path: dev-tools-calamari
- name: Setup yarn
run: npm install -g yarn
- name: launch testnet
run: |
cd ${{ github.workspace }}/zombienet-tool/javascript
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration_test_manta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ jobs:
with:
repository: Manta-Network/Dev-Tools
path: dev-tools-manta
- name: Setup yarn
run: npm install -g yarn
- name: launch testnet
run: |
cd ${{ github.workspace }}/zombienet-tool/javascript
Expand Down

0 comments on commit fe98638

Please sign in to comment.