We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89766b3 commit 84ec9aeCopy full SHA for 84ec9ae
.github/workflows/test.yml
@@ -43,16 +43,17 @@ jobs:
43
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
44
- 6000.0.43f1
45
- 6000.0.44f1 # pin test-framework v1.5.1
46
- - 6000.0.58f1
+ - 6000.0.59f2
47
- 6000.1.17f1
48
- 6000.2.5f1
49
- 6000.2.6f1 # pin test-framework v1.6.0
50
+ - 6000.2.7f2
51
testMode:
52
- All # run tests in editor
53
include:
- - unityVersion: 6000.2.6f1
54
+ - unityVersion: 6000.2.7f2
55
octocov: true
56
57
testMode: Standalone # run tests on player
58
59
steps:
0 commit comments