Skip to content

Commit

Permalink
Fix project path
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineCharton committed Sep 19, 2023
1 parent e510c17 commit a96d824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .yamato/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test_{{ test.name }}_{{ platform.name }}_{{ editor }}:
{% endif %}
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci project test -u {{ editor }} {{ test.args }}
- upm-ci project test -u {{ editor }} --project-path Projects/Standalone {{ test.args }}
artifacts:
logs:
paths:
Expand Down

0 comments on commit a96d824

Please sign in to comment.