Upload test results file when finished running edit-mode tests

This commit is contained in:
Masataka SUMI 2024-09-27 18:01:12 +09:00 committed by GitHub
parent d320f73eec
commit 96128dee69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,12 @@ jobs:
echo "Test failed."
exit 1
fi
- name: Upload test results
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]