Closed d2fong closed 4 years ago
Documentation for github workflows here: https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow
Its because there are no tests in that file, we could configure the test framework to count empty test files as pass. What do you think?
Sure, or just comment out that framework. As long as it responds appropriately to actual fails.
Oh I see what you mean, like making sure the check fails if the test fails?
Yeah, that's what I meant. That's how it's supposed to work, right?
Ok it should throw an error if at least one test fails.
Yeah no problem. These are things that should improve overall quality of the dev process.
scripts/setup_config.sh
asscripts/setup_database.sh
You can see it in action at here and here
refs #43