serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 162 forks source link

ci: .NET Core Integration tests & Workflow fixes #457

Closed tbarlow12 closed 4 years ago

tbarlow12 commented 4 years ago

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 to Actions page on repo

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

Is this ready for review?: YES Is it a breaking change?: NO

tbarlow12 commented 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