Skip to content

Commit

Permalink
Merge pull request #54 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 committed Jan 18, 2024
2 parents b50a150 + abd2ba2 commit 433a6e3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
matrix:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2022.3.11f1
- 2023.1.16f1
- 2022.3.17f1
- 2023.2.5f1
include:
- unityVersion: 2022.3.11f1
- unityVersion: 2019.4.40f1
octocov: true

steps:
Expand Down 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 433a6e3

Please sign in to comment.