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
backUp()
Update GitHub actions so unit tests of backUp() 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.
createHeaderFooter
shellspec
shellName()
log()
checkRequiredOpts()
verifyInputProvided()
This should be trivial once #24 is done.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Update GitHub actions so unit tests of
backUp()
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
createHeaderFooter
#13shellspec
Unit Tests Running on GitHub Runner #24backUp()
and Any Util Code #39Blocking
Related Issue(s)
shellspec
Unit Tests Running on GitHub Runner #24shellName()
Unit Tests #33log()
Unit Tests #37checkRequiredOpts()
(verifyInputProvided()
) Unit Tests #43Additional Context
This should be trivial once #24 is done.
The text was updated successfully, but these errors were encountered: