igorhrcek / wp-cli-secure-command

Secure package for WP CLI, built to provide an easier way of securing your WordPress installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a CICD workflow for automated testing

igorhrcek opened this issue · comments

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
We need to develop custom CICD workflow for automated execution of tests using GitHub Actions

Describe alternatives you've considered
None

Additional context
We need to build Docker containers that will use both Apache and nginx to run WordPress. The reason for this is because we are doing integration tests for actual .htaccess and nginx rules that are deployed with our commands.

So to do so, we probably will have to modify official WordPress containers and add WP CLI and then to make a full workflow for performing tests.

I've started creating a CI setup - so far there is still much to do to make it really usable for users. See also #37 (comment)

It's almost finished, I think that I will push the code this week.

🎉 This issue has been resolved in version 1.20.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀