-
I have found that when trying to run a postgres database using for example:
withMoodlePluginCiContainer(php: '8.0', db: 'postgres) {
I get the following error:
moodle-plugin-ci instal…
-
Most `moodle-plugin-ci` users are experiencing issues with Behat tests which stopped working at some point last year. While PR #107 is under consideration, this is a quick workaround to make it work a…
-
This will be useful to achieve a series of tests running behaviour similar to Travis, while running in different environment (e.g. GitHub Actions or GitLab). We got something similar already for testi…
-
Hi,
I have noticed that the moodle.org/plugins prechecker runs some check on the Javascript Coding style which are currently not reported by moodle-plugin-ci.
For an example, please see
https:…
abias updated
4 years ago
-
Would like to share a challenge that we have experienced with this plugin. That may potentially trigger to review of the way that the plugin is maintained.
We have CI tool that automatically pulls…
-
Downloading the latest version of moodle-plugin-ci.phar should be easy, even without knowing the tag of the latest version.
The phar file works like a charm, locally but also in [Github Actions](ht…
-
There is a bit of drift in the Travis CI file around Moodle and PHP versions. This just needs to be updated.
-
Some of the tests run by the Moodle.org plugins db can be run via github actions on each commit in your github repo. Enabling this helps you to make sure future changes to your plugin will continue to…
-
I built a job that looks like:
pipeline {
agent {label 'testing'}
options {
checkoutToSubdirectory('files/converter/onedrive')
disableConcurrentBui…
-
@stronk7 points to this line https://github.com/stronk7/moodle-local_ci/blob/master/mustache_lint/mustache_lint.php#L297
Example error in moodle-plugin-ci when Java is apparently not present
```…