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