Skip to content

Commit d120654

Browse files
committed
Modified package-tests to execute only 1 test
1 parent d5d0dc7 commit d120654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
4747

4848
# Run UTR to test packages.
4949
- upm-pvp create-test-project test-project --packages "upm-ci~/packages/*.tgz" --filter "com.unity.netcode.gameobjects" --unity .Editor
50-
- UnifiedTestRunner --suite=editor --suite=playmode --editor-location=.Editor --testproject=test-project --artifacts-path=test-results "--ff={ops.upmpvpevidence.enable=true}" --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun
50+
- UnifiedTestRunner --suite=editor --suite=playmode --editor-location=.Editor --testproject=test-project --artifacts-path=test-results "--ff={ops.upmpvpevidence.enable=true}" --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --testfilter=WhenManyObjectsAreSpawnedAtOnce_AllAreReceived --clean-library-on-rerun
5151
artifacts:
5252
logs:
5353
paths:

0 commit comments

Comments
 (0)