Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarat committed Sep 20, 2024
1 parent bb9c433 commit 3e2a97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install Foundry
run: 'curl -L https://foundry.paradigm.xyz | bash'
- name: Install Anvil
run: 'foundryup'
run: 'source /home/runner/.bashrc && foundryup'
- name: Start background services
run: yarn run dev:background
- run: yarn run test:e2e-${{ matrix.package }}
Expand All @@ -166,7 +166,7 @@ jobs:
- name: Install Foundry
run: 'curl -L https://foundry.paradigm.xyz | bash'
- name: Install Anvil
run: 'foundryup'
run: 'source /home/runner/.bashrc && foundryup'
- name: Start background services
run: yarn run dev:background
- run: yarn run test:e2e-examples
Expand Down

0 comments on commit 3e2a97f

Please sign in to comment.