Skip to content

Commit

Permalink
Corrected package-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michalChrobot committed Dec 18, 2024
1 parent 162af45 commit 86643d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .yamato/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
image: {{ platform.image }}
flavor: {{ platform.flavor}}
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor }} --type package-tests
artifacts:
logs:
paths:
- "upm-ci~/test-results/**/*"
dependencies:
- .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
- .yamato/package-pack.yml#package_test_-_ngo
{% endfor -%}
{% endfor -%}

0 comments on commit 86643d3

Please sign in to comment.