From aae072dfb12c0a3b4353f3314e0d62fb31cbe7ff Mon Sep 17 00:00:00 2001 From: hadashi Date: Fri, 23 Apr 2021 14:27:51 +0900 Subject: [PATCH] [ci] Bump game-ci/unity-test-runner alpha-4 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ffb9686a..0fde3461 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,7 +70,7 @@ jobs: run: | sed -i '4a "VContainer.EnableCodeGen",' ./VContainer/Assets/VContainer/Tests/VContainer.Tests.asmdef - - uses: game-ci/unity-test-runner@v2.0-alpha-2 + - uses: game-ci/unity-test-runner@v2.0-alpha-4 env: UNITY_LICENSE: ${{ secrets[matrix.license] }} with: