Skip to content

smoke CI: add UNITY_LICENSE / UNITY_EMAIL / UNITY_PASSWORD secrets #11

@Taure

Description

@Taure

`.github/workflows/smoke.yml` (added in #10) uses `game-ci/unity-test-runner@v4` which requires Unity license credentials as repository secrets:

  • `UNITY_LICENSE` — content of `Unity_v2022.x.ulf` (personal license file)
  • `UNITY_EMAIL` — Unity ID email
  • `UNITY_PASSWORD` — Unity ID password

The workflow currently fails with `Missing Unity License File and no Serial was found` until these are configured.

To activate a personal license, follow:
https://game.ci/docs/github/activation

Until this is done, the Smoke job is expected to fail on every PR. Once secrets are set, the existing PlayMode test `Tests/Runtime/SmokeTest.cs` will run end-to-end against `widgrensit/sdk_demo_backend`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions