From ab6c6160f9707fde365753f9bd4b2cd5cc00f14b Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Tue, 4 May 2021 12:04:46 +0200 Subject: [PATCH] don't checkout recursive because no needed for alpine build --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a1c00e1f..5212f3e51 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - submodules: recursive + submodules: true ########################################################################## # BUILD LOGIN SERVER DOCKER IMAGE ######################################## ##########################################################################