-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: fixing dependency of MirrorNG to MirageNet
- Loading branch information
1 parent
711e921
commit e014d89
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|
@@ -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" | ||
|
@@ -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 | ||
|