Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nadim-az committed Dec 16, 2024
1 parent 18fbe1f commit db74327
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: recursive
submodules: false

- name: Initialize forge-std submodule
run: |
git submodule init tests/e2e/lib/forge-std
git submodule update tests/e2e/lib/forge-std
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit db74327

Please sign in to comment.