Skip to content

Commit

Permalink
Merge pull request #5 from realitycollective/fix/path-finder
Browse files Browse the repository at this point in the history
Fix path finder
  • Loading branch information
SimonDarksideJ authored May 11, 2024
2 parents 84299ae + 3c9fc65 commit 9916a18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/development-buildandtestupmrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ jobs:
unityversion: ${{ needs.Validate-Unity.outputs.unityeditorversion }}
dependencies: '[{"development": "github.com/realitycollective/com.realitycollective.buildtools.git"},{"development": "github.com/realitycollective/com.realitycollective.utilities.git"},{"development": "github.com/realitycollective/com.realitycollective.service-framework.git"},{"development": "github.com/realitycollective/com.realitytoolkit.core.git"}]'
secrets: inherit

Build-Complete:
runs-on: ubuntu-latest
name: Build completion task
needs: Run-Unit-Tests
steps:
- run: echo "Build Complete"
File renamed without changes.
File renamed without changes.

0 comments on commit 9916a18

Please sign in to comment.