Skip to content

Commit

Permalink
Use the Foundry install Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarat committed Sep 20, 2024
1 parent 3e2a97f commit 6e4e662
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ jobs:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
- name: Install Foundry
run: 'curl -L https://foundry.paradigm.xyz | bash'
- name: Install Anvil
run: 'source /home/runner/.bashrc && foundryup'
uses: foundry-rs/foundry-toolchain@v1
- name: Start background services
run: yarn run dev:background
- run: yarn run test:e2e-${{ matrix.package }}
Expand All @@ -164,9 +162,7 @@ jobs:
node-version: ${{ env.TARGET_NODE_VERSION }}
cache: yarn
- name: Install Foundry
run: 'curl -L https://foundry.paradigm.xyz | bash'
- name: Install Anvil
run: 'source /home/runner/.bashrc && foundryup'
uses: foundry-rs/foundry-toolchain@v1
- name: Start background services
run: yarn run dev:background
- run: yarn run test:e2e-examples
Expand Down

0 comments on commit 6e4e662

Please sign in to comment.