apple / swift-openapi-generator

Generate Swift client and server code from an OpenAPI document.
https://swiftpackageindex.com/apple/swift-openapi-generator/documentation
Apache License 2.0
1.45k stars 120 forks source link

[GHA] Call the reusable package workflow #588

Closed FranzBusch closed 4 months ago

FranzBusch commented 4 months ago

Motivation

We are migrating our CI over to GH actions. We have created a reusable workflow inside the NIO repository that we want to move into a separate repo in the future. For testing purposes let's try out calling the reusable workflow from the this repo as well.

Modification

Add a GH actions workflow that calls the reusable package workflow.

czechboy0 commented 4 months ago

Thanks @FranzBusch - is there a way to call that workflow manually on this PR before merging it, to test it out?

FranzBusch commented 4 months ago

Thanks @FranzBusch - is there a way to call that workflow manually on this PR before merging it, to test it out?

Not that I know of. We have to land it on main once and can start iterating then. FYI I fully expect a few pipelines to fail since I need some fixes to handle the cross repo scripts. Would be great if we can land this though to start iterating. The checks aren't required so nothing should get blocked by them

czechboy0 commented 4 months ago

@swift-server-bot add to allowlist