We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c6d0a commit 43000e5Copy full SHA for 43000e5
.yamato/desktop-standalone-tests.yml
@@ -77,12 +77,11 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
77
image: {{ platform.image }}
78
flavor: {{ platform.flavor }}
79
variables:
80
-{% if platform.name != "win" %}
81
ECHO_SERVER_PORT: "7788"
82
# Ensure the DA codec tests will fail if they cannot connect to the echo-server
83
# The default is to ignore the codec tests if the echo-server fails to connect
84
- ENSURE_CODEC_TESTS: "true"
85
-{% endif %}
+ ENSURE_CODEC_TESTS: {% if platform.name != "win" %} "true" {% endif %}
+
86
commands:
87
# Platform specific UTR setup
88
- |
0 commit comments