pulumi / pulumi-cloud

A highly productive multi-cloud framework for containers, serverless, and data
Apache License 2.0
133 stars 19 forks source link

Switch to GHA #796

Closed leezen closed 2 years ago

leezen commented 2 years ago

I originally tried to make this similar to pulumi-awsx in terms of building the SDK, uploading it as an artifact, then using that artifact in separate jobs for testing/publishing. However, I kept running into issues with yarn link resolution. For now, I've decided to more or less port the way the build was already done in Travis as a first step.