Skip to content

Commit 43000e5

Browse files
committed
Change env variable define
1 parent 35c6d0a commit 43000e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,11 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
7777
image: {{ platform.image }}
7878
flavor: {{ platform.flavor }}
7979
variables:
80-
{% if platform.name != "win" %}
8180
ECHO_SERVER_PORT: "7788"
8281
# Ensure the DA codec tests will fail if they cannot connect to the echo-server
8382
# The default is to ignore the codec tests if the echo-server fails to connect
84-
ENSURE_CODEC_TESTS: "true"
85-
{% endif %}
83+
ENSURE_CODEC_TESTS: {% if platform.name != "win" %} "true" {% endif %}
84+
8685
commands:
8786
# Platform specific UTR setup
8887
- |

0 commit comments

Comments
 (0)