Skip to content

Commit 0817464

Browse files
Comment out Upload Artifacts
1 parent 713037f commit 0817464

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ jobs:
101101
# args: -projectPath UnityProject -runTests -testPlatform editmode -testResults Tests/editmode-results.xml -enableCodeCoverage -coverageResultsPath Tests
102102

103103
# 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
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
109109

110110
# - name: Generate Solution
111111
# uses: MirrorNG/unity-runner@master

0 commit comments

Comments
 (0)