From abd2ba2f1435145e412a6a3406874fbeede2ea7a Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Thu, 18 Jan 2024 19:59:23 +0900 Subject: [PATCH] Add email and password to unity-test-runner --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 594a393..cd1ed16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,6 +94,8 @@ jobs: # see: https://docs.unity3d.com/Packages/com.unity.testtools.codecoverage@1.2/manual/CoverageBatchmode.html env: UNITY_LICENSE: ${{ secrets[env.secret_key] }} + UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} + UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} id: test - name: Set coverage path for octocov