diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 8828cb57c..516cd8fc1 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: ## @TODO REMOVE ref: ${{ github.event.inputs.GIT_REF }} + submodules: 'true' - name: Set up Go uses: actions/setup-go@v5