Skip to content

Commit

Permalink
Add email and password to unity-test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Jan 18, 2024
1 parent 74bf6f4 commit abd2ba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abd2ba2

Please sign in to comment.