Skip to content

Commit

Permalink
Patch workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ authored May 11, 2024
1 parent 0a94b80 commit 1b9fe20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/development-buildandtestupmrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ jobs:
uses: realitycollective/reusableworkflows/.github/workflows/rununityUPMbuildmultiversion.yml@v2
with:
dependencies: '[{"development": "github.com/realitycollective/com.realitycollective.buildtools.git"},{"development": "github.com/realitycollective/com.realitycollective.utilities.git"}]'
secrets: inherit
secrets: inherit

Build-Complete:
runs-on: ubuntu-latest
name: Build completion task
needs: Run-Unit-Tests
steps:
- run: echo "Build Complete"

0 comments on commit 1b9fe20

Please sign in to comment.