Skip to content

Commit

Permalink
fix forge
Browse files Browse the repository at this point in the history
  • Loading branch information
bulbozaur committed Oct 25, 2024
1 parent 5c6fcd5 commit 59eebc2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Run Forge Tests

on: [push, pull_request]

jobs:
Expand All @@ -18,8 +17,11 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Install Forge
run: curl -L https://foundry.paradigm.xyz | bash
- name: Install Foundry and Forge
run: |
curl -L https://foundry.paradigm.xyz | bash
source ~/.bashrc
foundryup
- name: Run Forge tests
env:
Expand Down

0 comments on commit 59eebc2

Please sign in to comment.