From deefff537d5069a31f6ce8a34d78ea645ed6ee95 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 16 Nov 2022 00:37:13 +0100 Subject: [PATCH] ci: fetch submodules --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d1d10c8a..8e185944b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,8 @@ jobs: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. fetch-depth: 2 + # Fetch submodules + submodules: recursive # If this run was triggered by a pull request event, then checkout # the head of the pull request instead of the merge commit.