RoadieHQ / backstage-entity-validator

Validate properties and well known annotations in your Backstage catalog-info.yaml files.
https://roadie.io
65 stars 14 forks source link

Circle CI Orb build not executing integration tests #46

Open gavinclarkeuk opened 2 years ago

gavinclarkeuk commented 2 years ago

What happened:

I was looking to make some enhancements to the Circle CI Orb, to make it a little easier to use however on looking at the build I realise that the Orb tests defined in the integration-test-1 job are never invoked

Expected behavior:

The CircleCI build should run the integration tests to verify the Orb works before publishing.

Additional Information:

Due to limitations in Orb testing it might not be possible to test out unhappy paths, but it should be straightforward to run through the happy path examples.

Looks like this orb is based on a slightly older orb template, but you can see how the tests should be invoked by looking at the template here

roadie-bot commented 2 years ago

https://app.shortcut.com/larder/story/9599

dtuite commented 1 year ago

Thanks for reporting this @gavinclarkeuk. Apologies for the slow response time on our end. This sounds like something that we would appreciate a fix for. Is that something you have interest in doing?