diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 053759d..623b4c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,8 @@ jobs: # https://phoenixnap.com/kb/git-checkout-submodule - name: Checkout submodules - run: git submodule update --init --recursive + # run: git submodule update --init --recursive --depth=1 + run: git submodule update --init --depth=1 - uses: pnpm/action-setup@v4 name: Install pnpm