Skip to content

Commit

Permalink
CI: fixing dependency of MirrorNG to MirageNet
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen authored Feb 20, 2022
1 parent 711e921 commit e014d89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Request manual activation file
uses: MirrorNG/[email protected]
uses: MirageNet/[email protected]
id: getManualLicenseFile
with:
entrypoint: /request_activation.sh
Expand All @@ -41,24 +41,24 @@ jobs:
fetch-depth: 0

- name: Activate license
uses: MirrorNG/[email protected]
uses: MirageNet/[email protected]
with:
entrypoint: /activate.sh

- name: Generate Solution
uses: MirrorNG/[email protected]
uses: MirageNet/[email protected]
with:
# Arguments to pass to unity
args: -buildTarget StandaloneWindows64 -customBuildName MirrorNG -customBuildPath ./build/StandaloneWindows64 -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit
args: -buildTarget StandaloneWindows64 -customBuildName Mirage -customBuildPath ./build/StandaloneWindows64 -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit

# Configure test runner
- name: Run editor Tests
uses: MirrorNG/[email protected]
uses: MirageNet/[email protected]
with:
args: -runTests -testPlatform editmode -testResults Tests/editmode-results.xml -enableCodeCoverage -coverageResultsPath Tests

- name: Run play Tests
uses: MirrorNG/[email protected]
uses: MirageNet/[email protected]
with:
args: -runTests -testPlatform playmode -testResults Tests/playmode-results.xml -enableCodeCoverage -coverageResultsPath Tests

Expand All @@ -71,7 +71,7 @@ jobs:
path: Tests

- name: Publish test results
uses: MirrorNG/[email protected]
uses: MirageNet/[email protected]
if: always()
with:
path: "Tests/*.xml"
Expand All @@ -91,7 +91,7 @@ jobs:

- name: SonarQube analysis
if: always()
uses: MirrorNG/[email protected]
uses: MirageNet/[email protected]
with:
entrypoint: /sonar-scanner.sh
projectKey: MirrorNG_Discovery
Expand Down

0 comments on commit e014d89

Please sign in to comment.