game-ci / unity-orb

Build and test Unity projects for several platforms using CircleCI.
https://circleci.com/developer/orbs/orb/game-ci/unity
MIT License
7 stars 12 forks source link

Examples on Orb Registry are Outdated #40

Closed Rikxz closed 1 year ago

Rikxz commented 1 year ago

Orb version:

1.2.1

What happened:

When using the example "drop-in" code from the Orb Registry, https://circleci.com/developer/orbs/orb/game-ci/unity?version=1.2.0#usage-test_and_build_personal_license, the YAML does not validate and returns "Cannot find a definition for job named checkout" and "Cannot find a definition for job named build".

Expected behavior:

YAML should validate :)

Additional Information:

https://game.ci/docs/circleci/build should be up to date according to Eric Ribeiro, so this is just the Orb Registry that's outdated.