Skip to content

Commit

Permalink
ci: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 5, 2024
1 parent cb371f6 commit 5a24e6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@ jobs:
with:
node-version: 22

- name: Set up foundry
- name: Set up Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
run: docker pull stackupwallet/stackup-bundler:latest

- name: Run tests
run: pnpm test

0 comments on commit 5a24e6d

Please sign in to comment.