File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments