Skip to content

Commit

Permalink
try to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Sep 24, 2023
1 parent 87821d0 commit 9bd5713
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
cache: pnpm
node-version: latest
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: pnpm install
- run: pnpm wagmi generate
- run: pnpm build
Expand All @@ -41,6 +45,10 @@ jobs:
with:
cache: pnpm
node-version: latest
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: pnpm install
- run: pnpm wagmi generate
- run: pnpm build
Expand All @@ -59,6 +67,10 @@ jobs:
with:
cache: pnpm
node-version: latest
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: pnpm install
- run: pnpm wagmi generate
- name: Build
Expand All @@ -76,6 +88,10 @@ jobs:
with:
cache: pnpm
node-version: latest
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: pnpm install
- run: pnpm wagmi generate
- name: Run tests
Expand Down

0 comments on commit 9bd5713

Please sign in to comment.