Skip to content

Commit 0e44449

Browse files
authored
Merge pull request #146 from nowsprinting/chore/bump_monkey_0_14_0
Upgrade dependency package test-helper.monkey from v0.13.2 to v0.14.0; Support TMPro.TMP_InputField
2 parents 9b91bab + db5f491 commit 0e44449

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ jobs:
3030
- 2019.4.40f1
3131
- 2020.3.48f1
3232
- 2021.3.45f1
33-
- 2022.3.58f1
33+
- 2022.3.59f1
3434
- 2023.2.20f1
35-
- 6000.0.38f1
35+
- 6000.0.41f1
3636
depends:
3737
- min # use required version of dependencies
3838
testMode:
3939
- All # run tests in editor
4040
include:
41-
- unityVersion: 6000.0.38f1
41+
- unityVersion: 6000.0.41f1
4242
depends: latest # use latest version of dependencies
4343
testMode: All
4444
octocov: true
45-
- unityVersion: 6000.0.38f1
45+
- unityVersion: 6000.0.41f1
4646
depends: min
4747
testMode: Standalone # run tests on player
4848

@@ -84,10 +84,10 @@ jobs:
8484
run: |
8585
npm install -g openupm-cli
8686
openupm add -f [email protected]
87-
openupm add -f com.unity.testtools.codecoverage@1.2.0
87+
openupm add -f com.unity.testtools.codecoverage
8888
openupm add -f [email protected]
8989
openupm add -f [email protected]
90-
openupm add -f com.nowsprinting.test-helper.monkey@0.13.2
90+
openupm add -f com.nowsprinting.test-helper.monkey@0.14.0
9191
openupm add -f [email protected]
9292
openupm add -ft "${{ env.PACKAGE_NAME }}"@file:../../
9393
working-directory: ${{ env.CREATED_PROJECT_PATH }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"changelogUrl": "https://github.com/DeNA/Anjin/releases",
77
"dependencies": {
88
"com.cysharp.unitask": "2.3.3",
9-
"com.nowsprinting.test-helper.monkey": "0.13.2",
9+
"com.nowsprinting.test-helper.monkey": "0.14.0",
1010
"com.unity.automated-testing": "0.8.1-preview.2"
1111
},
1212
"displayName": "Anjin",

0 commit comments

Comments
 (0)