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