Update readme for v1.1
parent
bc53d72cef
commit
b1c1883e10
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue