Fixed CI: Changed to MirrorNetworking

This commit is contained in:
MrGadget 2022-01-15 23:08:55 -05:00
parent c25016465e
commit 3f2f3b18bd

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
- name: Request manual activation file
uses: MirageNet/unity-runner@2.0.0
uses: MirrorNetworking/unity-runner@2.0.0
id: getManualLicenseFile
with:
entrypoint: /request_activation.sh
@ -51,24 +51,24 @@ jobs:
target: Packages/manifest.json
- name: Activate license
uses: MirageNet/unity-runner@2.0.0
uses: MirrorNetworking/unity-runner@2.0.0
with:
entrypoint: /activate.sh
- name: Generate Solution
uses: MirageNet/unity-runner@2.0.0
uses: MirrorNetworking/unity-runner@2.0.0
with:
# Arguments to pass to unity
args: -buildTarget StandaloneWindows64 -customBuildName Mirror -customBuildPath ./build/StandaloneWindows64 -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit
# Configure test runner
- name: Run editor Tests
uses: MirageNet/unity-runner@2.0.0
uses: MirrorNetworking/unity-runner@2.0.0
with:
args: -runTests -testPlatform editmode -testResults Tests/editmode-results.xml -enableCodeCoverage -coverageResultsPath Tests
- name: Run play Tests
uses: MirageNet/unity-runner@2.0.0
uses: MirrorNetworking/unity-runner@2.0.0
with:
args: -runTests -testPlatform playmode -testResults Tests/playmode-results.xml -enableCodeCoverage -coverageResultsPath Tests
@ -81,7 +81,7 @@ jobs:
path: Tests
- name: Publish test results
uses: MirageNet/nunit-reporter@v1.0.9
uses: MirrorNetworking/nunit-reporter@v1.0.9
if: always()
with:
path: "Tests/*.xml"
@ -89,7 +89,7 @@ jobs:
- name: SonarQube analysis
if: always()
uses: MirageNet/unity-runner@2.0.0
uses: MirrorNetworking/unity-runner@2.0.0
with:
entrypoint: /sonar-scanner.sh
projectKey: vis2k_Mirror