Skip to content

Commit 3893940

Browse files
committed
TEMPORARY: run tests only 6000.0.58f2
1 parent 84ec9ae commit 3893940

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,9 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
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
44+
- 6000.0.58f2
5145
testMode:
5246
- All # run tests in editor
53-
include:
54-
- unityVersion: 6000.2.7f2
55-
octocov: true
56-
- unityVersion: 6000.2.7f2
57-
testMode: Standalone # run tests on player
5847

5948
steps:
6049
- name: Checkout repository

0 commit comments

Comments
 (0)