We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDL-73764 added a Behat script to reconcile install.xml files.
In Github Actions, one can use this check to see if a plugin has differences between the current install.xml and what the XMLDB editor saves:
- name: xmldb if: ${{ always() }} run: php admin/tool/behat/cli/run.php --tags=@tool_xmldb working-directory: moodle
Of course, a PHPUnit script would do the job faster and provide better error output.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MDL-73764 added a Behat script to reconcile install.xml files.
In Github Actions, one can use this check to see if a plugin has differences between the current install.xml and what the XMLDB editor saves:
Of course, a PHPUnit script would do the job faster and provide better error output.
The text was updated successfully, but these errors were encountered: