We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shellName()
Update GitHub actions so unit tests of shellName() are run. If any fail, merging is blocked.
Add a GitHub action yml file for each set of tests that cover given CUT that runs all relevant unit tests.
At this point, I don't know much about GitHub actions, so it may be better to structure the yml files differently so it's more performant.
shellspec
log()
backUp()
checkRequiredOpts()
verifyInputProvided()
I'll know more about GitHub actions and how to get shellspec tests running once I've completed #24 so this shouldn't be as difficult.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Update GitHub actions so unit tests of
shellName()
are run. If any fail, merging is blocked.High Level Solution Description
Add a GitHub action yml file for each set of tests that cover given CUT that runs all relevant unit tests.
Alternative Solution(s)
At this point, I don't know much about GitHub actions, so it may be better to structure the yml files differently so it's more performant.
Blocked By
shellspec
Unit Tests Running on GitHub Runner #24shellName()
and Any Util Code #32Blocking
Related Issue(s)
shellspec
Unit Tests Running on GitHub Runner #24shellName()
and Any Util Code #32log()
Unit Tests #37backUp()
Unit Tests #42checkRequiredOpts()
(verifyInputProvided()
) Unit Tests #43Additional Context
I'll know more about GitHub actions and how to get
shellspec
tests running once I've completed #24 so this shouldn't be as difficult.The text was updated successfully, but these errors were encountered: