Verify check on minify tests on PR #479
Labels
Bug
Something isn't working properly
Medium Priority
Issues with middle priority. The fix may not be urgent but necessary for production.
Plugins
Issue related to a plugin
Describe the bug / issue
When a PR is made, several checks are run in order to verify and ensure the integrity of the repo. One of this verify if the plugins were minified, but it is not working properly because the check pass even if the files were not minified with the scripts.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When files were not minified, the check must fail.
Additional context
This only must affect if JS or CSS files are modified, it would be a good idea check/modify the minify scripts to ensure the expected behavior
The text was updated successfully, but these errors were encountered: