feat(ci): Implement CI workflow for beta and main branches#21
Merged
Conversation
- Added unit tests to cover core functionality. - Replaced OpenResty md5 with luarocks md5 for testability outside Nginx. - Updated Dockerfile to install luarocks md5 and luaunit packages. - Fixed formatting of Nginx config file for consistency and clarity.
…d setup - Added integration tests using Golang for comprehensive testing. - Introduced Docker Compose configuration to streamline test environment setup. - Included Grafana configuration to create test dashboards and datasources. - Enhanced documentation with a README file outlining integration test execution steps.
- Configured GitHub Actions to automate testing workflows. - Added workflow files for Nginx config testing, integration testing, and unit testing.
- Corrected environment variables in the unit test workflow file for proper execution. - Adjusted GitHub workflow names for consistency and clarity.
…-test workflow - removed extra space at first line end
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(ci): Implement CI workflow for beta and main branches
feat(release): Add Release workflow for semantic version tags