Skip to content

Commit 508c2ba

Browse files
update
Removed command to delete the packages-lock.json file.
1 parent 405caa8 commit 508c2ba

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
@@ -39,9 +39,6 @@ unified_test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
3939
# Swap in the manifest that has the unified packages and versions required.
4040
# Without the N4E package, UNIFIED_NETCODE is undefined and the unified API excluded.
4141
- cp {{ project.path }}/Packages/manifest-unified.json {{ project.path }}/Packages/manifest.json
42-
# Remove the committed lock as it is configured for 6000.6 which does not contain the unified API required.
43-
- rm -f {{ project.path }}/Packages/packages-lock.json
44-
4542
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor
4643
- UnifiedTestRunner --testproject={{ project.path }} --suite=playmode --artifacts-path=test-results --editor-location=.Editor --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --timeout={{ test_timeout }}
4744
artifacts:

0 commit comments

Comments
 (0)