From ec03c2f53cd45c95575e5b98c883d9ee6465f06f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 5 Feb 2025 11:03:39 +0100 Subject: [PATCH] ci: Checkout submodule Signed-off-by: Joas Schilling --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 60b8ee4..7e10ee8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -60,6 +60,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false + submodules: true repository: nextcloud/server ref: ${{ matrix.server-versions }}