diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0983c077..2778f91c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 + with: + submodules: 'true' - name: Setup Node uses: actions/setup-node@v4