Skip to content

UNITY_LICENSE activation way works with test runner 4.0.0, but not in later v4 releases #309

Description

@anatawa12

Bug description
UNITY_LICENSE activation way works with test runner 4.0.0, but not in later v4 releases

How to reproduce
Run tests with following configuration. this works.

      - uses: game-ci/unity-test-runner@v4.0.0
        env:
          UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

replacing @v4.0.0 with @v4 become error with No valid license activation strategy could be determined. Make sure to provide UNITY_EMAIL, UNITY_PASSWORD, and either a UNITY_SERIAL or UNITY_LICENSE. Otherwise please use UNITY_LICENSING_SERVER.

Expected behavior

No error since 4.0.0 works

Additional details

this is breaking changes must not be occur in same major version. I believe UNITY_LICENSE is safer than exposing raw credential so I prefer UNITY_LICENSE over password
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions