Skip to content

Commit

Permalink
use foundry ci pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jan 21, 2025
1 parent 4a0e413 commit 5c582d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
# echo "Bats is already installed."
# fi

# Step 2: Install Foundry (for cast)
- name: Install Foundry (and cast)
run: |
curl -L https://foundry.paradigm.xyz | bash
. /home/runner/.bashrc
foundryup
echo "export PATH=\$HOME/.foundry/bin:\$PATH" >> $GITHUB_ENV
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable

- name: Confirm installed
run: cast -h

# Step 7: Run Makefile commands for tests
- name: Run Tests
Expand Down

0 comments on commit 5c582d3

Please sign in to comment.