Pin windows version. Fix artifact name. Remove max-parallel cap for tests
parent
b6b6851de5
commit
7870e3e5fd
|
@ -31,11 +31,10 @@ jobs:
|
||||||
runs-on: ${{ matrix.baseRunner }}
|
runs-on: ${{ matrix.baseRunner }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 2
|
|
||||||
matrix:
|
matrix:
|
||||||
baseRunner:
|
baseRunner:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-2022
|
||||||
projectPath:
|
projectPath:
|
||||||
- unity-project-with-correct-tests
|
- unity-project-with-correct-tests
|
||||||
unityVersion:
|
unityVersion:
|
||||||
|
@ -86,7 +85,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
baseRunner:
|
baseRunner:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-2022
|
||||||
projectPath:
|
projectPath:
|
||||||
- unity-project-with-correct-tests
|
- unity-project-with-correct-tests
|
||||||
unityVersion:
|
unityVersion:
|
||||||
|
@ -146,7 +145,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
baseRunner:
|
baseRunner:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-2022
|
||||||
unityVersion:
|
unityVersion:
|
||||||
- 2022.3.13f1
|
- 2022.3.13f1
|
||||||
- 2023.1.19f1
|
- 2023.1.19f1
|
||||||
|
@ -209,7 +208,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
baseRunner:
|
baseRunner:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-2022
|
||||||
projectPath:
|
projectPath:
|
||||||
- unity-project-with-correct-tests
|
- unity-project-with-correct-tests
|
||||||
unityVersion:
|
unityVersion:
|
||||||
|
@ -268,7 +267,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
baseRunner:
|
baseRunner:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-2022
|
||||||
projectPath:
|
projectPath:
|
||||||
- unity-project-with-correct-tests
|
- unity-project-with-correct-tests
|
||||||
unityVersion:
|
unityVersion:
|
||||||
|
@ -319,7 +318,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
baseRunner:
|
baseRunner:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-2022
|
||||||
projectPath:
|
projectPath:
|
||||||
- unity-project-with-correct-tests
|
- unity-project-with-correct-tests
|
||||||
unityVersion:
|
unityVersion:
|
||||||
|
@ -523,7 +522,7 @@ jobs:
|
||||||
- name: Upload coverage results
|
- name: Upload coverage results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Package Coverage results (all)
|
name: Package Coverage results (all) (${{ matrix.unityVersion }})
|
||||||
path: ${{ steps.packageAllTests.outputs.coveragePath }}
|
path: ${{ steps.packageAllTests.outputs.coveragePath }}
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue