Skip to content

Commit 0aa265a

Browse files
removing testfilter on packing
1 parent c1f50b3 commit 0aa265a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/project-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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 }} --extra-utr-arg=--testfilter=Unity.Multiplayer.Samples.BossRoom.Tests.Runtime
12+
- upm-ci project pack --project-path {{ project.path }}
1313
artifacts:
1414
packages:
1515
paths:

0 commit comments

Comments
 (0)