From e6d1455e7810148f7eda481a838db90a1c973b93 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 2 May 2024 23:00:51 -0700 Subject: [PATCH] fix --- .github/workflows/core_build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 1cd656403c..1a6143ae14 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -37,6 +37,7 @@ jobs: echo "Version Number: $FULL_VERSION" test: + needs: setup runs-on: ubuntu-latest steps: - name: Checkout current repository @@ -58,7 +59,7 @@ jobs: working-directory: VortexEngine/tests wasm: - needs: test + needs: [setup, test] runs-on: ubuntu-latest steps: - name: Checkout current repository @@ -81,7 +82,7 @@ jobs: working-directory: VortexEngine/VortexLib docs: - needs: wasm + needs: [setup, test, wasm] runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' steps: