File tree Expand file tree Collapse file tree 1 file changed +5
-25
lines changed
Expand file tree Collapse file tree 1 file changed +5
-25
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,7 @@ name: Test
66on :
77 push :
88 branches :
9- - master
10- paths-ignore :
11- - ' **.md'
12- - ' .github/**'
13- - ' !.github/workflows/test.yml'
14- pull_request :
15- types : [ opened, synchronize, reopened ] # Same as default
16- paths-ignore :
17- - ' **.md'
18- - ' .github/**'
19- - ' !.github/workflows/test.yml'
9+ - test/test-on-player
2010
2111concurrency :
2212 group : ${{ github.workflow }}-${{ github.ref }}
@@ -41,23 +31,13 @@ jobs:
4131 fail-fast : false
4232 matrix :
4333 unityVersion : # Available versions see: https://game.ci/docs/docker/versions
44- - 2019.4.41f2
45- - 2022.3.62f3 # Non-Enterprise LTS
46- - 6000.0.67f1
47- - &latest_unity_version 6000.3.7f1
34+ - 6000.0.55f1
35+ - 6000.0.60f1
36+ - 6000.3.1f1
4837 testMode :
49- - All # run tests in editor
38+ - Standalone # run tests on player
5039 inputHandler :
5140 - ' 2' # both
52- include :
53- - unityVersion : *latest_unity_version
54- octocov : true
55- - unityVersion : 2022.3.62f3 # inputsystem package is not pre-installed
56- inputHandler : ' 0' # legacy only
57- testMode : PlayMode
58- - unityVersion : 2022.3.62f3 # "Error building Player because scripts are compiling" in 6000.0.65f1 and 6000.3.4f1
59- inputHandler : ' 2'
60- testMode : Standalone # run tests on player
6141
6242 steps :
6343 - name : Create project for test
You can’t perform that action at this time.
0 commit comments