Fix mislabeled header in entrypoint.sh
Both test mode results were labeled "Edit Mode".pull/10/head v1.1.1
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"
|
||||
|
|
Loading…
Reference in New Issue