Skip to content

Commit

Permalink
Merge 74951a9 into 396fa63
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting authored Jan 13, 2024
2 parents 396fa63 + 74951a9 commit bb79bdd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.32f1
- 2022.3.13f1
- 2023.2.0f1
- 2021.3.34f1
- 2022.3.17f1
- 2023.2.5f1
include:
- unityVersion: 2022.3.13f1
- unityVersion: 2019.4.40f1
octocov: true

steps:
Expand Down Expand Up @@ -77,6 +77,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 bb79bdd

Please sign in to comment.