File tree 5 files changed +17
-23
lines changed
io.savolainen.unitygit-tests/Core
5 files changed +17
-23
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
matrix :
18
18
unityVersion :
19
19
- 2021.3.3f1
20
- - 2021.3.31f1
21
- - 2022.3.10f1
22
- - 2023.1.16f1
20
+ - 2021.3.34f1
21
+ - 2022.3.18f1
22
+ - 2023.2.7f1
23
23
targetPlatform :
24
24
- StandaloneLinux64
25
25
- StandaloneWindows64
26
26
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
31
@@ -38,10 +38,12 @@ jobs:
38
38
Library-${{ matrix.targetPlatform }}-
39
39
Library-
40
40
41
- - uses : game-ci/unity-test-runner@v3
41
+ - uses : game-ci/unity-test-runner@v4
42
42
id : testRunner
43
43
env :
44
44
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
45
+ UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
46
+ UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
45
47
with :
46
48
testMode : EditMode
47
49
unityVersion : ${{ matrix.unityVersion }}
69
71
git add -A
70
72
git commit -m "chore(ci): switch to different unity version" || echo skipping commit
71
73
72
- - uses : game-ci/unity-builder@v3
74
+ - uses : game-ci/unity-builder@v4
73
75
env :
74
76
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
75
77
UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public IEnumerator It_Times_Out_After_Given_Milliseconds()
66
66
// Ping is used instead, which is pretty hacky.
67
67
fileName = "ping" ;
68
68
arguments = "-n 5 127.0.0.1" ;
69
- expectedLines = 3 ;
69
+ expectedLines = 2 ;
70
70
}
71
71
else
72
72
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"com.marijnzwemmer.unity-toolbar-extender" : " 1.4.2" ,
4
- "com.unity.collab-proxy" : " 2.1.0" ,
5
- "com.unity.ide.rider" : " 3.0.26" ,
4
+ "com.unity.ide.rider" : " 3.0.27" ,
6
5
"com.unity.ide.visualstudio" : " 2.0.22" ,
7
6
"com.unity.ide.vscode" : " 1.2.5" ,
8
7
"com.unity.test-framework" : " 1.1.33" ,
9
- "com.unity.testtools.codecoverage" : " 1.2.4 " ,
10
- "com.unity.textmeshpro" : " 3.0.6 " ,
8
+ "com.unity.testtools.codecoverage" : " 1.2.5 " ,
9
+ "com.unity.textmeshpro" : " 3.0.7 " ,
11
10
"com.unity.ugui" : " 1.0.0" ,
12
11
"io.savolainen.uicomponents" : " 1.0.0-beta.8" ,
13
12
"com.unity.modules.ai" : " 1.0.0" ,
Original file line number Diff line number Diff line change 7
7
"dependencies" : {},
8
8
"url" : " https://package.openupm.com"
9
9
},
10
- "com.unity.collab-proxy" : {
11
- "version" : " 2.1.0" ,
12
- "depth" : 0 ,
13
- "source" : " registry" ,
14
- "dependencies" : {},
15
- "url" : " https://packages.unity.com"
16
- },
17
10
"com.unity.ext.nunit" : {
18
11
"version" : " 1.0.6" ,
19
12
"depth" : 1 ,
22
15
"url" : " https://packages.unity.com"
23
16
},
24
17
"com.unity.ide.rider" : {
25
- "version" : " 3.0.26 " ,
18
+ "version" : " 3.0.27 " ,
26
19
"depth" : 0 ,
27
20
"source" : " registry" ,
28
21
"dependencies" : {
65
58
"url" : " https://packages.unity.com"
66
59
},
67
60
"com.unity.testtools.codecoverage" : {
68
- "version" : " 1.2.4 " ,
61
+ "version" : " 1.2.5 " ,
69
62
"depth" : 0 ,
70
63
"source" : " registry" ,
71
64
"dependencies" : {
75
68
"url" : " https://packages.unity.com"
76
69
},
77
70
"com.unity.textmeshpro" : {
78
- "version" : " 3.0.6 " ,
71
+ "version" : " 3.0.7 " ,
79
72
"depth" : 0 ,
80
73
"source" : " registry" ,
81
74
"dependencies" : {
Original file line number Diff line number Diff line change 1
- m_EditorVersion: 2021.3.31f1
2
- m_EditorVersionWithRevision: 2021.3.31f1 (3409e2af086f )
1
+ m_EditorVersion: 2021.3.34f1
2
+ m_EditorVersionWithRevision: 2021.3.34f1 (25266724e7bd )
You can’t perform that action at this time.
0 commit comments