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:
118118 echo $(cat tests/Packages/manifest.json | jq '.dependencies["com.reactunity.clearscript"]="file:../../clearscript"') > tests/Packages/manifest.json
119119
120120 - name : Run Unity Tests
121- uses : game-ci/unity-test-runner@v2
121+ uses : game-ci/unity-test-runner@v4
122122 id : testRunner
123123 continue-on-error : true
124124 env :
125125 UNITY_LICENSE : ${{ secrets[matrix.unity.license || 'UNITY_LICENSE'] }}
126+ UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
127+ UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
126128 with :
127129 projectPath : tests
130+ githubToken : ${{ secrets.GITHUB_TOKEN }}
128131 checkName : ${{ matrix.suite.name }} ${{ matrix.unity.version }}
129132 unityVersion : ${{ matrix.unity.version }}
130133 testMode : ${{ contains(matrix.suite.assemblies, 'Editor') && 'All' || 'PlayMode' }}
You can’t perform that action at this time.
0 commit comments