Skip to content

Commit 4666629

Browse files
committed
forgot curly braces for variable
1 parent 4580a80 commit 4666629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.yamato/upm-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Run upm-ci verification tests as well as tests contained in the package.
2626
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }}
2727
--enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem"
28-
--extra-utr-arg="--coverage-results-path=yamato_source_dir_win/upm-ci~/test-results/CodeCoverage/Package"
28+
--extra-utr-arg="--coverage-results-path={{ yamato_source_dir_win }}/upm-ci~/test-results/CodeCoverage/Package"
2929
{% if platform.installscript %}
3030
- {{ unity_downloader_install }}
3131
- {{ platform.installscript }} {{ editor.version }}
@@ -41,7 +41,7 @@
4141
{% if platform.scripting-backend %} --scripting-backend {{ platform.scripting-backend }} {% endif %}
4242
--report-performance-data --performance-project-id=InputSystem
4343
{% if platform.name == "win" %} --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem"
44-
--coverage-results-path=yamato_source_dir_win/upm-ci~/test-results/CodeCoverage/Project {% endif %}
44+
--coverage-results-path={{ yamato_source_dir_win }}/upm-ci~/test-results/CodeCoverage/Project {% endif %}
4545
after:
4646
- {{ instabilities_install_win }}
4747
- {{ instabilities_run_win }}
@@ -74,7 +74,7 @@
7474
# Run upm-ci verification tests as well as tests contained in the package.
7575
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }}
7676
--enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem"
77-
--extra-utr-arg="--coverage-results-path=yamato_source_dir_nix/upm-ci~/test-results/CodeCoverage/Package"
77+
--extra-utr-arg="--coverage-results-path={{ yamato_source_dir_nix }}/upm-ci~/test-results/CodeCoverage/Package"
7878
{% if platform.installscript %}
7979
- {{ unity_downloader_install }}
8080
- {{ platform.installscript }} {{ editor.version }}
@@ -91,7 +91,7 @@
9191
{% if platform.scripting-backend %} --scripting-backend {{ platform.scripting-backend }} {% endif %}
9292
--report-performance-data --performance-project-id=InputSystem
9393
{% if platform.name == "mac" or platform.name == "linux" %}--enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem"
94-
--coverage-results-path=yamato_source_dir_nix/upm-ci~/test-results/CodeCoverage/Project {% endif %}
94+
--coverage-results-path={{ yamato_source_dir_nix }}/upm-ci~/test-results/CodeCoverage/Project {% endif %}
9595
after:
9696
- {{ instabilities_install_nix }}
9797
- {{ platform.instabilities_run }}

0 commit comments

Comments
 (0)