From ad21be629b7d0d53c2bb2f2fa6ea35ddb4e0a484 Mon Sep 17 00:00:00 2001 From: nadimabdelaziz Date: Mon, 16 Dec 2024 10:33:02 -0500 Subject: [PATCH] update ci workflow --- .github/workflows/e2e.yml | 2 +- .gitmodules | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .gitmodules diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2009e28..cfc225d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 with: - submodules: recursive + submodules: false - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 4c24601..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "tests/e2e/lib/forge-std"] - path = tests/e2e/lib/forge-std - url = https://github.com/foundry-rs/forge-std - branch = v1