osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

Change default CI for contracts to github actions #35

Open ValarDragon opened 2 years ago

ValarDragon commented 2 years ago

Is there a reason why the CI generated for contracts right now is circleCI vs github actions? (e.g. speed?)

Would be nice to have the normal flow "just work" when put on github, whereas circleCI requires some extra configuring.

iboss-ptk commented 2 years ago

It was due to using https://github.com/InterWasm/cw-template. I have no preference thought, and it generates both doesn't it? @ValarDragon

ValarDragon commented 2 years ago

Theres no .github/workflows generated from beaker atm at least

(And these workflows would need to be in the top-level generated project)

iboss-ptk commented 2 years ago

I see what you mean, will have a look at that