From d0b45c2f373141ab68b127fbf0052fee5dc04a8f Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Thu, 21 Oct 2021 00:43:42 -0400 Subject: [PATCH] Use test package in test workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 843b18a..a64aa10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -273,7 +273,7 @@ jobs: unityVersion: - 2019.2.11f1 projectPath: - - unity-project-with-correct-tests + - unity-package-with-correct-tests steps: ########################### # Checkout #