From c927250c22b531d6f7ee1f3481668c7ef9fa3ccf Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Tue, 26 Apr 2022 13:35:16 -0400 Subject: [PATCH] remove temp project manifest log --- dist/steps/run_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index 9ab0e71..1cb9fff 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -67,8 +67,6 @@ if [ "$PACKAGE_MODE" = "true" ]; then '.dependencies += {"com.unity.testtools.codecoverage": "1.1.1"} | .dependencies += {"\($packageName)": "file:\($projectPath)"} | . += {testables: ["\($packageName)"]}' \ > "$PACKAGE_MANIFEST_PATH" - cat "$PACKAGE_MANIFEST_PATH" - UNITY_PROJECT_PATH="$TEMP_PROJECT_PATH" fi