From cd9936c79e72f5601db78f17e667654cbc12b2b9 Mon Sep 17 00:00:00 2001 From: Jorge Blanco Alonso Date: Fri, 16 Aug 2024 13:16:11 +0200 Subject: [PATCH] Checkout also submodules --- .github/workflows/simulation_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simulation_test.yaml b/.github/workflows/simulation_test.yaml index 16015f7..f1b458d 100644 --- a/.github/workflows/simulation_test.yaml +++ b/.github/workflows/simulation_test.yaml @@ -1,4 +1,3 @@ - name: libsonatareport build and test on: schedule: @@ -45,6 +44,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: 'recursive' - name: Get HEAD commit message and look for branches run: |