Revert projectPath and unityVersion removal

I think the warnings are just wrong so I added this back
This commit is contained in:
Gabriel Le Breton 2020-10-19 22:15:40 -04:00 committed by GitHub
parent 62f2937901
commit c02bb5ffa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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