mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
Fix mislabeled header in entrypoint.sh
Both test mode results were labeled "Edit Mode".
This commit is contained in:
committed by
Webber Takken
parent
b846d206bc
commit
3d7f5a853b
@@ -140,7 +140,7 @@ fi
|
||||
if [ $PLAY_MODE = true ]; then
|
||||
echo ""
|
||||
echo "###########################"
|
||||
echo "# Edit Mode Results #"
|
||||
echo "# Play Mode Results #"
|
||||
echo "###########################"
|
||||
echo ""
|
||||
cat "$FULL_ARTIFACTS_PATH/playmode-results.xml"
|
||||
|
||||
Reference in New Issue
Block a user