message no. 176717
Posted by Geo in #github at 2020-01-28T03:18:48Z
Hi, is anyone here able to advise me on how to use Actions for some CI work on a repo? I currently have a main repo, and a separate repo with some bats (bash-based) integration tests that run against the compiled program. I was able to get a basic "does it compile" test working, but I'm trying to figure out a good approach to running the bats tests against the compiled binary. Does anyone have a similar