Skip to content

Commit c1f50b3

Browse files
adding testfilter for only bossroom tests
1 parent 9ad8c35 commit c1f50b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.yamato/project-pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ pack_{{ project.name }}:
99
flavor: b1.small
1010
commands:
1111
- 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
1313
artifacts:
1414
packages:
1515
paths:
1616
- "upm-ci~/packages/**/*"
17-
{% endfor -%}
17+
{% endfor -%}

.yamato/project-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test_{{ project.name }}_{{ editor }}_{{ platform.name }}:
1717
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1818
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
1919
- 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
2121
artifacts:
2222
logs:
2323
paths:

0 commit comments

Comments
 (0)