File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 unityVersion :
18- - 2018.4.17f1
19- - 2019.4.9f1
20- - 2020.1.3f1
18+ - 2019.4.20f1
19+ - 2020.2.7f1
2120 steps :
2221 # Set env
2322 - name : Set env UNITY_LICENSE_FILE
4443
4544 # Test
4645 - name : Run tests
47- uses : webbertakken /unity-test-runner@v1.7
46+ uses : game-ci /unity-test-runner@v2
4847 id : tests
4948 with :
5049 customParameters : " -nographics"
@@ -58,13 +57,13 @@ jobs:
5857 # targetPlatform: WebGL
5958
6059 # Output
61- - uses : actions/upload-artifact@v1
60+ - uses : actions/upload-artifact@v2
6261 name : Upload tests
6362 with :
6463 name : Test results for ${{ matrix.testMode }} on unity ${{ matrix.unityVersion }}
6564 path : ${{ steps.tests.outputs.artifactsPath }}
6665
67- # - uses: actions/upload-artifact@v1
66+ # - uses: actions/upload-artifact@v2
6867 # name: Upload build
6968 # with:
7069 # name: Build
You can’t perform that action at this time.
0 commit comments