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 a31ec10 commit 2865a2eCopy full SHA for 2865a2e
.github/workflows/unity-tests.yml
@@ -18,13 +18,6 @@ jobs:
18
projectPath:
19
- './'
20
unityVersion:
21
- - '2019.2.1f1'
22
- - '2019.3.0f1'
23
- - '2019.4.0f1'
24
- - '2020.3.0f1'
25
- - '2021.3.0f1'
26
- - '2022.3.0f1'
27
- - '2023.2.0f1'
28
- '6000.0.23f1'
29
testMode:
30
- editmode
@@ -46,7 +39,6 @@ jobs:
46
39
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
47
40
with:
48
41
projectPath: ${{ matrix.projectPath }}
49
- unityVersion: ${{ matrix.unityVersion }}
50
42
testMode: ${{ matrix.testMode }}
51
43
artifactsPath: ${{ matrix.testMode }}-artifacts
52
44
githubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments