Update project path variable

This commit is contained in:
Webber
2019-11-30 17:52:47 +01:00
committed by Webber Takken
parent b518ac1f1e
commit 05447443f5

View File

@@ -50,7 +50,7 @@ jobs:
uses: webbertakken/unity-test-runner@v1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_PROJECT: test-project
UNITY_PROJECT_PATH: test-project
TEST_MODE: editmode
# Upload artifact
@@ -74,7 +74,7 @@ jobs:
uses: webbertakken/unity-test-runner@v1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_PROJECT: test-project
UNITY_PROJECT_PATH: test-project
TEST_MODE: playmode
# Upload artifact
@@ -98,7 +98,7 @@ jobs:
uses: webbertakken/unity-test-runner@v1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_PROJECT: test-project
UNITY_PROJECT_PATH: test-project
TEST_MODE: all
# Upload artifacts