diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 688624549..6d854c88f 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: true + submodules: recursive ########################################################################## # BUILD LOGIN SERVER DOCKER IMAGE ######################################## ##########################################################################