Skip to content

Commit

Permalink
Upload test results file when finished running edit-mode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Santarh committed Sep 27, 2024
1 parent d320f73 commit 96128de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-unitypackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 96128de

Please sign in to comment.