Skip to content

Commit f1efee2

Browse files
committed
ci: Remove test results artifact
1 parent 69ce211 commit f1efee2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
githubToken: ${{ secrets.GITHUB_TOKEN }}
4141
checkName: ${{ matrix.testMode }} Test Results
4242
coverageOptions: 'generateAdditionalMetrics;assemblyFilters:+MyGameDevTools.SceneLoading'
43-
- uses: actions/upload-artifact@v3
44-
if: always()
45-
with:
46-
name: Test results for ${{ matrix.testMode }}
47-
path: ${{ steps.tests.outputs.artifactsPath }}
4843
- name: Upload Coverage to Codecov
4944
uses: codecov/codecov-action@v3
5045
with:

0 commit comments

Comments
 (0)