Skip to content

Commit 208974a

Browse files
committed
update test-runner version
1 parent cff00a0 commit 208974a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)