Skip to content

Commit

Permalink
ci: install foundry in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 3, 2024
1 parent aac08f1 commit 5288d60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ jobs:
name: all-artifacts
path: packages/

# TODO: right now forge and node tooling coexist, eventually keep only forge action
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- if: contains(needs.changed-files.outputs.modified_files, matrix.dir)
name: Test
run: |
Expand Down

0 comments on commit 5288d60

Please sign in to comment.