From 774b3ed2b016e595db9ca524ecb659f4f46fcabc Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Sat, 11 May 2024 10:43:28 +0100 Subject: [PATCH] Patch workflows --- .github/workflows/development-buildandtestupmrelease.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/development-buildandtestupmrelease.yml b/.github/workflows/development-buildandtestupmrelease.yml index 7fb593b..90babab 100644 --- a/.github/workflows/development-buildandtestupmrelease.yml +++ b/.github/workflows/development-buildandtestupmrelease.yml @@ -38,4 +38,11 @@ jobs: with: unityversion: ${{ needs.Validate-Unity.outputs.unityeditorversion }} dependencies: '[{"development": "github.com/realitycollective/com.realitycollective.buildtools.git"},{"ASADependencies": "github.com/realitycollective/com.realitytoolkit.spatial-persistence.asa.git"},{"development": "github.com/realitycollective/com.realitytoolkit.spatial-persistence.git"},{"development": "github.com/realitycollective/com.realitycollective.utilities.git"},{"development": "github.com/realitycollective/com.realitytoolkit.service-framework.git"}]' - secrets: inherit \ No newline at end of file + secrets: inherit + + Build-Complete: + runs-on: ubuntu-latest + name: Build completion task + needs: Run-Unit-Tests + steps: + - run: echo "Build Complete" \ No newline at end of file