File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ pack_{{ project.name }}:
9
9
flavor : b1.small
10
10
commands :
11
11
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
12
- - upm-ci project pack --project-path {{ project.path }}
12
+ - upm-ci project pack --project-path {{ project.path }} --extra-utr-arg=--testfilter=Unity.Multiplayer.Samples.BossRoom.Tests.Runtime
13
13
artifacts :
14
14
packages :
15
15
paths :
16
16
- " upm-ci~/packages/**/*"
17
- {% endfor -%}
17
+ {% endfor -%}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ test_{{ project.name }}_{{ editor }}_{{ platform.name }}:
17
17
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
18
18
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
19
19
- unity-downloader-cli -u {{ editor }} -c editor -w --fast
20
- - upm-ci project test -u {{ editor }} --project-path {{ project.path }} --type project-tests
20
+ - upm-ci project test -u {{ editor }} --project-path {{ project.path }} --type project-tests --extra-utr-arg=--testfilter=Unity.Multiplayer.Samples.BossRoom.Tests.Runtime
21
21
artifacts :
22
22
logs :
23
23
paths :
You can’t perform that action at this time.
0 commit comments