Skip to content

Commit a8c2290

Browse files
authored
Merge branch 'master' into dev/upstream
2 parents b7a4c2c + 7c49804 commit a8c2290

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
on:
44
pull_request:
@@ -15,7 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
unityVersion:
18-
- 2020.3.48f1
1918
- 2021.3.42f1
2019
- 2022.3.42f1
2120

@@ -25,10 +24,10 @@ jobs:
2524
uses: actions/checkout@v4
2625
with:
2726
lfs: true # Large File Storageが必要な場合に true を指定
28-
27+
2928
# Unity Test Runnerを実行 (エディットモードテスト)
3029
- name: Run Edit Mode Tests
31-
uses: game-ci/unity-test-runner@v4
30+
uses: game-ci/unity-test-runner@v4.3.1
3231
env:
3332
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
3433
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
@@ -48,7 +47,7 @@ jobs:
4847

4948
# Unity Test Runnerを実行 (プレイモードテスト)
5049
- name: Run Play Mode Tests
51-
uses: game-ci/unity-test-runner@v4
50+
uses: game-ci/unity-test-runner@v4.3.1
5251
env:
5352
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
5453
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}

0 commit comments

Comments
 (0)