Skip to content

Commit

Permalink
Fix: Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimeno04 authored Aug 8, 2024
1 parent ee2d70a commit 1b9cf4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
run: |
echo "Installing Foundry and anvil"
curl -L https://foundry.paradigm.xyz | bash
echo 'source $HOME/.foundry/bin/foundryup' >> $HOME/.bashrc
source $HOME/.bashrc
foundryup
foundry --version
anvil --version
- name: Install pnpm
run: npm install -g pnpm
Expand Down

0 comments on commit 1b9cf4d

Please sign in to comment.