You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgive my ignorance. I've setup a repo to use CxxTest. I would like to setup a github workflow to automatically run the tests for me when a PR is created. The repo is C++ and compiled from makefiles, and everything within github's runner works fine until it gets to creating the tests, and the runners can not execute the cxxtestgen command. I need to instruct the github runners to install cxxtestgen in order to create and run the tests. Is there a standard or recommended process for writing an action to accomplish this?
The text was updated successfully, but these errors were encountered:
Configuring to enable testing on windows runners could be achieved if this code base were available chocolatey. This is apparently the preferred way for github runners to download dependencies.
Forgive my ignorance. I've setup a repo to use CxxTest. I would like to setup a github workflow to automatically run the tests for me when a PR is created. The repo is C++ and compiled from makefiles, and everything within github's runner works fine until it gets to creating the tests, and the runners can not execute the cxxtestgen command. I need to instruct the github runners to install cxxtestgen in order to create and run the tests. Is there a standard or recommended process for writing an action to accomplish this?
The text was updated successfully, but these errors were encountered: