Skip to content

Commit

Permalink
Merge pull request #40 from nowsprinting/chore/fix_test_workflow
Browse files Browse the repository at this point in the history
Add email and password to unity-test-runner
  • Loading branch information
nowsprinting authored Jan 20, 2024
2 parents 3cb7723 + 470dcad commit e54441c
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 @@ -90,6 +90,8 @@ jobs:
# see: https://docs.unity3d.com/Packages/[email protected]/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 e54441c

Please sign in to comment.