From 78b244755842e3b2fbd52619de7fad7b486615cf Mon Sep 17 00:00:00 2001 From: GsLogimaker Date: Fri, 22 Nov 2024 13:37:07 -0800 Subject: [PATCH] Update unittests.yml to use the unittests-project branch for tests --- .github/workflows/unittests.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index d935479..a6249d3 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -184,8 +184,19 @@ jobs: lib_release: ${{ needs.data.outputs.lib_release_windows_x86_64 }} runs-on: ${{ matrix.os }} steps: - - name: 🐙 Setup git environment + - name: 🐙 Setup git environment of testing project uses: actions/checkout@v4 + with: + ref: "unittests-project" + submodules: "recursive" + + - name: 🐙 Setup git environment of plugin + uses: actions/checkout@v4 + with: + path: "/addons/" + submodules: "recursive" + + - run: ls addons - name: 💾 Load cached library as debug uses: actions/cache/restore@v4.0.2