-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
During release we kick off a Canary CI job that publishes a new canary build. This is as close as we'll get to the next real version that'll be published.
A "normal" CI check is also run. This one will fail, because it tries to install package versions that aren't published yet.
I'd like to combine these two, especially the "Create Cedar App" step of the regular CI action, with the newest Canary package versions. This is as close as we can get to trying a full install with the packages that we're releasing I think.
I think a good approach could be:
- Make
publish-canary.ymlsomehow return the exact version that was published - Update
create-cedar-app-test.ymlso that you can pass it a specific version of a published package to use, instead of building and packing a local version. - Use an API call to trigger
create-cedar-app-test.yml, passing in the newly published canary version, so that it uses that version for testing
Metadata
Metadata
Assignees
Labels
No labels