Skip to content

Commit 3f0a970

Browse files
Update unified-tests.yml to simplify commands
Removed command to delete packages-lock.json from unified tests.
1 parent f848329 commit 3f0a970

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.yamato/unified-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ unified_test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
6262
# Swap in the manifest that pulls in com.unity.netcode (N4E). This is what causes UNIFIED_NETCODE
6363
# to be defined and therefore what makes the unified tests compile at all.
6464
- cp {{ project.path }}/Packages/manifest-unified.json {{ project.path }}/Packages/manifest.json
65-
# The committed lock was resolved against a supported editor, not the unified alpha.
66-
- rm -f {{ project.path }}/Packages/packages-lock.json
67-
6865
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor # Installing basic editor for tests execution
6966
- UnifiedTestRunner --testproject={{ project.path }} --suite=playmode --artifacts-path=test-results --editor-location=.Editor --testfilter="{{ unified_test_filter }}" --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --timeout={{ test_timeout }}
7067
artifacts:

0 commit comments

Comments
 (0)