Skip to content

Commit 1b9fe20

Browse files
Patch workflows
1 parent 0a94b80 commit 1b9fe20

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/development-buildandtestupmrelease.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,11 @@ jobs:
3737
uses: realitycollective/reusableworkflows/.github/workflows/rununityUPMbuildmultiversion.yml@v2
3838
with:
3939
dependencies: '[{"development": "github.com/realitycollective/com.realitycollective.buildtools.git"},{"development": "github.com/realitycollective/com.realitycollective.utilities.git"}]'
40-
secrets: inherit
40+
secrets: inherit
41+
42+
Build-Complete:
43+
runs-on: ubuntu-latest
44+
name: Build completion task
45+
needs: Run-Unit-Tests
46+
steps:
47+
- run: echo "Build Complete"

0 commit comments

Comments
 (0)