Skip to content

Commit 7c49804

Browse files
authored
Update to test 2021.3.x, and 2022.3.x (#183)
* Update to test unity2020.3.x, 2021.3.x, and 2022.3.x * Update readme t support from 2020.3.x * Update test-runner version to 4.3.1 (latest) * Fix not to test 2020.3.x * Fix not to support 2020.3.x and older
1 parent 5261a3c commit 7c49804

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unity 2022.3.x Test Runner
1+
name: CI check for Unity 2021.3.x, 2022.3.x
22

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

2021
steps:
@@ -23,10 +24,10 @@ jobs:
2324
uses: actions/checkout@v4
2425
with:
2526
lfs: true # Large File Storageが必要な場合に true を指定
26-
27+
2728
# Unity Test Runnerを実行 (エディットモードテスト)
2829
- name: Run Edit Mode Tests
29-
uses: game-ci/unity-test-runner@v4
30+
uses: game-ci/unity-test-runner@v4.3.1
3031
env:
3132
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
3233
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
@@ -46,7 +47,7 @@ jobs:
4647

4748
# Unity Test Runnerを実行 (プレイモードテスト)
4849
- name: Run Play Mode Tests
49-
uses: game-ci/unity-test-runner@v4
50+
uses: game-ci/unity-test-runner@v4.3.1
5051
env:
5152
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
5253
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}

0 commit comments

Comments
 (0)