Fixed error in test file build
parent
e6bf7af5cd
commit
518ed9a30c
|
@ -215,7 +215,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
enableCodeCovearge:
|
enableCodeCoverage:
|
||||||
- true
|
- true
|
||||||
unityVersion:
|
unityVersion:
|
||||||
- 2019.2.11f1
|
- 2019.2.11f1
|
||||||
|
@ -252,7 +252,7 @@ jobs:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
testMode: ${{ matrix.testMode }}
|
testMode: ${{ matrix.testMode }}
|
||||||
enableCodeCovearge: ${{ matrix.enableCodeCovearge }}
|
enableCodeCoverage: ${{ matrix.enableCodeCoverage }}
|
||||||
|
|
||||||
# Upload artifacts
|
# Upload artifacts
|
||||||
- name: Upload code coverage results
|
- name: Upload code coverage results
|
||||||
|
|
Loading…
Reference in New Issue