Fixed error in test file build

pull/182/head
Nick Maltbie 2022-04-17 11:17:43 -07:00
parent e6bf7af5cd
commit 518ed9a30c
1 changed files with 2 additions and 2 deletions

View File

@ -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