gfngfn / sesterl_stdlib

The standard library for Sesterl (https://github.com/gfngfn/Sesterl)
1 stars 0 forks source link

Add CI workflow to run sesterl tests on Github Actions #6

Closed michallepicki closed 2 years ago

gfngfn commented 2 years ago

Thank you so much for setting up the CI workflow! I will merge this PR first and see the result of the workflow.

michallepicki commented 2 years ago

Looks to be working

These short bash snippets are what I've personally been using for installing Erlang and Rebar, but alternatively the https://github.com/erlef/setup-beam/ action can be used

gfngfn commented 2 years ago

Seems working fine!

michallepicki commented 2 years ago

I think one issue is that those sesterl artifacts attached to GitHub Actions builds expire (depending on repository settings, by default after 90 days I think) so when this becomes a problem it would be good to start attaching the build artifacts to releases on sesterl repo