From aa435b6d2aa90dc67db9abaf1c08eccbec4de566 Mon Sep 17 00:00:00 2001 From: korrrba <88761781+gitcoindev@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:46:11 +0200 Subject: [PATCH] Update coverage-check.yml --- .github/workflows/coverage-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-check.yml b/.github/workflows/coverage-check.yml index a55bd2255..e58245da6 100644 --- a/.github/workflows/coverage-check.yml +++ b/.github/workflows/coverage-check.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code in PR branch uses: actions/checkout@v3 with: - submodules: recursive + submodules: true - name: Setup Foundry uses: foundry-rs/foundry-toolchain@v1