Skip to content

Commit

Permalink
chore: fetch pr and development with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Oct 25, 2023
1 parent 0586e07 commit 420ce93
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: development
submodules: recursive

- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down Expand Up @@ -69,10 +70,8 @@ jobs:
- name: Checkout code in PR branch
uses: actions/checkout@v3

- name: Update Forge Dependencies
working-directory: packages/contracts
run: forge update lib/forge-std
with:
submodules: recursive

- name: Get PR branch coverage
id: coverage-pr
Expand Down

0 comments on commit 420ce93

Please sign in to comment.