From f5d22923c68f87d18ed0d4d9561728625fed82e9 Mon Sep 17 00:00:00 2001 From: John Detter Date: Wed, 30 Oct 2024 23:49:54 +0000 Subject: [PATCH] Checkout submodule --- .github/workflows/unity-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/unity-test.yml b/.github/workflows/unity-test.yml index 1b49252..557c130 100644 --- a/.github/workflows/unity-test.yml +++ b/.github/workflows/unity-test.yml @@ -13,6 +13,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Checkout Submodules + run: | + git submodule init + git submodule update + # Grab the branch name from the PR description. If it's not found, master will be used instead. - name: Extract SpacetimeDB branch name or PR link from PR description id: extract-branch