From e014d898058f66c48b9d635bb827c3657c46ecdd Mon Sep 17 00:00:00 2001 From: James Frowen Date: Sun, 20 Feb 2022 13:20:29 +0000 Subject: [PATCH] CI: fixing dependency of MirrorNG to MirageNet --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7b0732..6a66de8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Request manual activation file - uses: MirrorNG/unity-runner@3.1.0 + uses: MirageNet/unity-runner@3.1.0 id: getManualLicenseFile with: entrypoint: /request_activation.sh @@ -41,24 +41,24 @@ jobs: fetch-depth: 0 - name: Activate license - uses: MirrorNG/unity-runner@3.1.0 + uses: MirageNet/unity-runner@3.1.0 with: entrypoint: /activate.sh - name: Generate Solution - uses: MirrorNG/unity-runner@3.1.0 + uses: MirageNet/unity-runner@3.1.0 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/unity-runner@3.1.0 + uses: MirageNet/unity-runner@3.1.0 with: args: -runTests -testPlatform editmode -testResults Tests/editmode-results.xml -enableCodeCoverage -coverageResultsPath Tests - name: Run play Tests - uses: MirrorNG/unity-runner@3.1.0 + uses: MirageNet/unity-runner@3.1.0 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/nunit-reporter@v1.0.9 + uses: MirageNet/nunit-reporter@v1.0.9 if: always() with: path: "Tests/*.xml" @@ -91,7 +91,7 @@ jobs: - name: SonarQube analysis if: always() - uses: MirrorNG/unity-runner@3.1.0 + uses: MirageNet/unity-runner@3.1.0 with: entrypoint: /sonar-scanner.sh projectKey: MirrorNG_Discovery