Skip to content

Commit

Permalink
install foundry on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Sep 12, 2023
1 parent f3f630f commit 668caba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e_cypress-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
${{ runner.os }}-pnpm-v1-
continue-on-error: true

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install dependencies
run: pnpm install --frozen-lockfile --prefer-offline

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
${{ runner.os }}-pnpm-v1-
continue-on-error: true

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install dependencies
run: pnpm install --frozen-lockfile --prefer-offline

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e_headful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile --prefer-offline

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install linux deps
run: |
sudo apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit 668caba

Please sign in to comment.