From a464663b18291c6490ce6b22a1e1468552507039 Mon Sep 17 00:00:00 2001 From: Einhornimmond Date: Sun, 10 Oct 2021 15:36:40 +0200 Subject: [PATCH] add submodules for backend test build --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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 ################################################################ ##########################################################################