Adding a test action #2189
Unanswered
learn-more
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I have added a test action like this, for use in github runners,
where 'test-project' is a c++ application with gtest testcases:
Is this a decent / robust way of running the tests?
I am mainly interested in the selection of the config that I cobbled together here, is that acceptable, or is it prone to breaking?
Are there better / easier to use alternatives to this?
Beta Was this translation helpful? Give feedback.
All reactions