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