Skip to content

Commit

Permalink
fix: add yarn installation to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmrtz committed Aug 30, 2024
1 parent 6356b0f commit c66101a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ jobs:
with:
submodules: recursive

- name: Setup yarn
shell: bash
run: npm install -g yarn

- name: Setup Node.js with yarn caching
uses: actions/setup-node@v4
with:
node-version: "18.16.0"
cache: yarn

- name: Install Yarn dependencies
shell: bash
run: yarn

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand Down

0 comments on commit c66101a

Please sign in to comment.