We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713037f commit 0817464Copy full SHA for 0817464
.github/workflows/main.yml
@@ -101,11 +101,11 @@ jobs:
101
# args: -projectPath UnityProject -runTests -testPlatform editmode -testResults Tests/editmode-results.xml -enableCodeCoverage -coverageResultsPath Tests
102
103
# Upload artifacts
104
- - name: Publish test results
105
- uses: actions/upload-artifact@v1
106
- with:
107
- name: Test results (editor mode)
108
- path: UnityProject/Tests/editmode-results.xml
+# - name: Publish test results
+# uses: actions/upload-artifact@v1
+# with:
+# name: Test results (editor mode)
+# path: UnityProject/Tests/editmode-results.xml
109
110
# - name: Generate Solution
111
# uses: MirrorNG/unity-runner@master
0 commit comments