Closed tbarlow12 closed 4 years ago
Just a heads up to reviewers: The only reason integration tests show in this PR is because the workflow is set to trigger on branches that follow the pattern */trigger-int-tests
. This was used to test the workflow, and will be used in the future to manually trigger the workflow if needed. They will not be part of PRs going forward
What did you implement:
Adds .NET core integration tests that will be triggered 2x daily as well as any pushes to branch with pattern
*/trigger-int-tests
How did you implement it:
How can we verify it:
Check out and push to a branch with pattern
*/trigger-int-tests
and go toActions
page on repoTodos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES Is it a breaking change?: NO