Merge pull request #2451 from vrm-c/Santarh-patch-2

Upload test results file when finished running edit-mode tests
This commit is contained in:
ousttrue 2024-09-30 14:05:51 +09:00 committed by GitHub
commit 580a10d960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,13 @@ jobs:
echo "Test failed."
exit 1
fi
- name: Upload test results
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: run-edit-mode-tests.xml
path: ${{ env.UNITY_PROJECT_PATH }}/run-edit-mode-tests.xml
create-unitypackage:
needs: [detect-unity-version, run-edit-mode-tests]