File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}
5656 # run_cmb_service.sh builds and starts a release version of the full CMB service (along with the limited echo server)
5757 - ./Tools/CI/service.cmb/run_cmb_service.sh -e $ECHO_SERVER_PORT -s $CMB_SERVICE_PORT
5858
59- - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %} {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models
60- - UnifiedTestRunner --suite=playmode --player-load-path=build/players --artifacts-path=test-results --testproject={{ project.path }} --editor-location=.Editor --playergraphicsapi=Null --fail-on-assert --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --timeout={{ test_timeout }}
59+ # - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %} {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models
60+ # - UnifiedTestRunner --suite=playmode --player-load-path=build/players --artifacts-path=test-results --testproject={{ project.path }} --editor-location=.Editor --playergraphicsapi=Null --fail-on-assert --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --timeout={{ test_timeout }}
6161 artifacts :
6262 logs :
6363 paths :
Original file line number Diff line number Diff line change @@ -105,7 +105,10 @@ else
105105 echo " TestResults File missing"
106106fi
107107
108- unity_version=sed -n ' s/.*"editorVersion": *"\([^" (]*\).*/\1/p' artifacts/TestResults.js
108+ echo " $( < $FILE ) "
109+
110+
111+ unity_version=sed -n ' s/.*"editorVersion": *"\([^" (]*\).*/\1/p' $FILE
109112
110113# ensure arguments were passed and the ports are defined
111114if [ -z " $unity_version " ]; then
You can’t perform that action at this time.
0 commit comments