File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- name : CI check for Unity 2020.3.x, 2021.3.x, 2022.3.x
1
+ name : CI check for Unity 2021.3.x, 2022.3.x
2
2
3
3
on :
4
4
pull_request :
15
15
fail-fast : false
16
16
matrix :
17
17
unityVersion :
18
- - 2020.3.48f1
19
18
- 2021.3.42f1
20
19
- 2022.3.42f1
21
20
@@ -25,10 +24,10 @@ jobs:
25
24
uses : actions/checkout@v4
26
25
with :
27
26
lfs : true # Large File Storageが必要な場合に true を指定
28
-
27
+
29
28
# Unity Test Runnerを実行 (エディットモードテスト)
30
29
- name : Run Edit Mode Tests
31
- uses : game-ci/unity-test-runner@v4
30
+ uses : game-ci/unity-test-runner@v4.3.1
32
31
env :
33
32
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
34
33
UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
48
47
49
48
# Unity Test Runnerを実行 (プレイモードテスト)
50
49
- name : Run Play Mode Tests
51
- uses : game-ci/unity-test-runner@v4
50
+ uses : game-ci/unity-test-runner@v4.3.1
52
51
env :
53
52
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
54
53
UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
You can’t perform that action at this time.
0 commit comments