Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tycollective.utilities into development
  • Loading branch information
SimonDarksideJ committed May 11, 2024
2 parents a5a1526 + 37c80f4 commit a853f7e
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"}'
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 a853f7e

Please sign in to comment.