Skip to content

Commit abed697

Browse files
committed
Fix matrix
1 parent e1b0028 commit abed697

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/test-integration.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,10 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
40-
- 6000.0.43f1
41-
- 6000.0.44f1 # pin test-framework v1.5.1
42-
- 6000.0.59f2 # pin test-framework v1.6.0
43-
- 6000.3.1f1
40+
- 6000.0.43f1 # Latest version that does not pin the test framework package.
4441
testMode:
45-
- PlayMode # run tests in editor
46-
include:
47-
- unityVersion: 6000.3.1f1
48-
testMode: Standalone # run tests on player
42+
- PlayMode # run tests in editor
43+
- Standalone # run tests on player
4944

5045
steps:
5146
- name: Checkout repository

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
44-
- 6000.0.43f1
44+
- 6000.0.43f1 # Latest version that does not pin the test framework package.
4545
- 6000.0.44f1 # pin test-framework v1.5.1
4646
- 6000.0.59f2 # pin test-framework v1.6.0
4747
- 6000.3.12f1

0 commit comments

Comments
 (0)