From c02bb5ffa5feefd00a31634ab0ea912b0a08d1dd Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Mon, 19 Oct 2020 22:15:40 -0400 Subject: [PATCH] Revert projectPath and unityVersion removal I think the warnings are just wrong so I added this back --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1571be4..48ec084 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,6 +59,8 @@ jobs: - uses: webbertakken/unity-test-runner@v1.7 id: testRunner with: + projectPath: ${{ env.PROJECT_PATH }} + unityVersion: ${{ env.UNITY_VERSION }} testMode: all customParameters: "-nographics" - uses: actions/upload-artifact@v1