diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3687cc5a..7a48eeb8e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,8 @@ jobs: ########################################################################## - name: Checkout code uses: actions/checkout@v2 + with: + submodules: true ########################################################################## # BACKEND ################################################################ ##########################################################################