File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,16 @@ jobs:
118
118
echo $(cat tests/Packages/manifest.json | jq '.dependencies["com.reactunity.clearscript"]="file:../../clearscript"') > tests/Packages/manifest.json
119
119
120
120
- name : Run Unity Tests
121
- uses : game-ci/unity-test-runner@v2
121
+ uses : game-ci/unity-test-runner@v4
122
122
id : testRunner
123
123
continue-on-error : true
124
124
env :
125
125
UNITY_LICENSE : ${{ secrets[matrix.unity.license || 'UNITY_LICENSE'] }}
126
+ UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
127
+ UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
126
128
with :
127
129
projectPath : tests
130
+ githubToken : ${{ secrets.GITHUB_TOKEN }}
128
131
checkName : ${{ matrix.suite.name }} ${{ matrix.unity.version }}
129
132
unityVersion : ${{ matrix.unity.version }}
130
133
testMode : ${{ contains(matrix.suite.assemblies, 'Editor') && 'All' || 'PlayMode' }}
You can’t perform that action at this time.
0 commit comments