Update readme for v1.1

pull/7/head
Webber 2019-12-14 18:23:29 +01:00
parent bc53d72cef
commit b1c1883e10
1 changed files with 3 additions and 3 deletions

View File

@ -43,13 +43,13 @@ Configure the test runner as follows:
# Configure test runner # Configure test runner
- name: Run tests - name: Run tests
id: myTestStep id: myTestStep
uses: webbertakken/unity-test-runner@v1 uses: webbertakken/unity-test-runner@v1.1
env: env:
# Choose: "all", "playmode", "editmode" # Choose: "all", "playmode", "editmode"
TEST_MODE: all TEST_MODE: all
# Optional: Path to your project, leave blank for "./" # Optional: Path to your project, leave blank for "./"
UNITY_PROJECT_PATH: relative/path/to/your/project PROJECT_PATH: relative/path/to/your/project
# Optional: Artifacts path, leave blank for "artifacts" # Optional: Artifacts path, leave blank for "artifacts"
ARTIFACTS_PATH: store/artifacts/here ARTIFACTS_PATH: store/artifacts/here