Skip to content

Commit 7b28e96

Browse files
committed
desktop correction
1 parent ade4c59 commit 7b28e96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
4747
# Run Standalone tests
4848
- |
4949
{% if platform.name == "win" %}
50-
utr --suite=playmode --platform={{ platform.standalone }} --player-load-path=build/players --artifacts_path=build/test-results --scripting-backend={{ backend }} --testfilter=Unity.Netcode.RuntimeTests --reruncount=1 --clean-library-on-rerun
50+
utr --suite=playmode --platform={{ platform.standalone }} --player-load-path=build/players --artifacts_path=build/test-results --scripting-backend={{ backend }} --testfilter=Unity.Netcode.RuntimeTests --reruncount=1 --clean-library-on-rerun --playergraphicsapi=Null
5151
{% else %}
52-
./utr --suite=playmode --platform={{ platform.standalone }} --player-load-path=build/players --artifacts_path=build/test-results --scripting-backend={{ backend }} --testfilter=Unity.Netcode.RuntimeTests --reruncount=1 --clean-library-on-rerun
52+
./utr --suite=playmode --platform={{ platform.standalone }} --player-load-path=build/players --artifacts_path=build/test-results --scripting-backend={{ backend }} --testfilter=Unity.Netcode.RuntimeTests --reruncount=1 --clean-library-on-rerun --playergraphicsapi=Null
5353
{% endif %}
5454

5555
artifacts:
@@ -62,4 +62,4 @@ desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
6262
{% endfor -%}
6363
{% endfor -%}
6464
{% endfor -%}
65-
{% endfor -%}
65+
{% endfor -%}

0 commit comments

Comments
 (0)