Upgrade to latest test-runner and builder

This commit is contained in:
Webber
2020-02-01 21:11:48 +01:00
committed by Webber Takken
parent 6de4634266
commit 16d84b3295
2 changed files with 10 additions and 10 deletions

View File

@@ -26,14 +26,14 @@ jobs:
# Test # Test
- name: Run tests - name: Run tests
uses: webbertakken/unity-test-runner@v1.2 uses: webbertakken/unity-test-runner@v1.3
with: with:
projectPath: test-project projectPath: test-project
unityVersion: 2019.2.11f1 unityVersion: 2019.2.11f1
# Build # Build
- name: Build project - name: Build project
uses: webbertakken/unity-builder@v0.9 uses: webbertakken/unity-builder@v0.10
with: with:
projectPath: test-project projectPath: test-project
unityVersion: 2019.2.11f1 unityVersion: 2019.2.11f1
@@ -112,7 +112,7 @@ jobs:
Library- Library-
# Configure test runner # Configure test runner
- uses: webbertakken/unity-test-runner@v1.2 - uses: webbertakken/unity-test-runner@v1.3
id: testRunner id: testRunner
with: with:
projectPath: test-project projectPath: test-project
@@ -143,9 +143,9 @@ jobs:
Library- Library-
# Configure test runner # Configure test runner
- uses: webbertakken/unity-test-runner@v1.2 - uses: webbertakken/unity-test-runner@v1.3
id: testRunner id: testRunner
env: with:
projectPath: test-project projectPath: test-project
testMode: playmode testMode: playmode
@@ -174,7 +174,7 @@ jobs:
Library- Library-
# Configure test runner # Configure test runner
- uses: webbertakken/unity-test-runner@v1.2 - uses: webbertakken/unity-test-runner@v1.3
id: testRunner id: testRunner
with: with:
projectPath: test-project projectPath: test-project
@@ -217,7 +217,7 @@ jobs:
restore-keys: | restore-keys: |
Library-${{ matrix.projectPath }}- Library-${{ matrix.projectPath }}-
Library- Library-
- uses: webbertakken/unity-test-runner@v1.2 - uses: webbertakken/unity-test-runner@v1.3
id: testRunner id: testRunner
with: with:
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}
@@ -226,7 +226,7 @@ jobs:
with: with:
name: Test results (all modes) name: Test results (all modes)
path: ${{ steps.testRunner.outputs.artifactsPath }} path: ${{ steps.testRunner.outputs.artifactsPath }}
- uses: webbertakken/unity-builder@v0.9 - uses: webbertakken/unity-builder@v0.10
with: with:
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }} unityVersion: ${{ matrix.unityVersion }}

View File

@@ -122,13 +122,13 @@ jobs:
# Test # Test
- name: Run tests - name: Run tests
uses: webbertakken/unity-test-runner@v1.2 uses: webbertakken/unity-test-runner@v1.3
with: with:
unityVersion: 2019.2.11f1 unityVersion: 2019.2.11f1
# Build # Build
- name: Build project - name: Build project
uses: webbertakken/unity-builder@v0.9 uses: webbertakken/unity-builder@v0.10
with: with:
unityVersion: 2019.2.11f1 unityVersion: 2019.2.11f1
targetPlatform: WebGL targetPlatform: WebGL