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 84ec9ae commit 3893940Copy full SHA for 3893940
.github/workflows/test.yml
@@ -41,20 +41,9 @@ jobs:
41
fail-fast: false
42
matrix:
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.59f2
47
- - 6000.1.17f1
48
- - 6000.2.5f1
49
- - 6000.2.6f1 # pin test-framework v1.6.0
50
- - 6000.2.7f2
+ - 6000.0.58f2
51
testMode:
52
- All # run tests in editor
53
- include:
54
- - unityVersion: 6000.2.7f2
55
- octocov: true
56
57
- testMode: Standalone # run tests on player
58
59
steps:
60
- name: Checkout repository
0 commit comments