I have been playing around with Kscript and was tr...
# scripting
a
I have been playing around with Kscript and was trying to figure out how to run my tests in CI on github but keep running into issues. I saw this note on the kscript user guide about testing in CI but can't seem to get this to work on Github actions and was curious if anybody had an example workflow to do this?
l
@Andrew Steinmetz Do you need to run it on just Ubuntu, or do you also need it on macOS or Windows?
a
Just one OS, I did finally figure out how to create a basic action on ubuntu. However it doesn't take a version parameter yet so I have been working through that portion now which is filed in a GitHub issue on the project. If you have any feedback on my initial implementation please let me know. https://github.com/plusmobileapps/kscript-action