浏览代码

fix liquid syntax.

/r2v-yamato-linux
Christopher Goy 4 年前
当前提交
2543fc41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      .yamato/com.unity.ml-agents-test.yml

2
.yamato/com.unity.ml-agents-test.yml


{% if platform.name == "win" %}
- upm-ci package test -u "C:\build\output\Unity-Technologies\ml-agents\.Editor" --package-path com.unity.ml-agents {{ editor.coverageOptions }}
{% else %}
- upm-ci package test -u editor.version --package-path com.unity.ml-agents {{ editor.coverageOptions }}
- upm-ci package test -u {{ editor.version }} --package-path com.unity.ml-agents {{ editor.coverageOptions }}
{% endif %}
- python3 ml-agents/tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ editor.minCoveragePct }}
artifacts:

正在加载...
取消
保存