Adrian Perez
Adrian Perez
Hey @ewallah I think it would be better if Moodle Plugin CI would support the GitHub Action from the marketplace (https://github.com/marketplace/actions/coveralls-github-action). Right now I used your approach, but slightly different,...
We're using it right now in our GitLab CI/CD and it works!
Hello @kabalin Here is an example https://gist.github.com/adpe/834c741156edd6a6403eebe148a0ecec, but pay attention. It's not up-to-date. And as I noticed today at work, the Behat tests can't be run. The rest seems still...
Hi @aspark21 With different job definitions you could achieve the same as the matrix approach. Does somebody have Behat working in a GitLab CI/CD environment? Greets Adrian
Hi @marinaglancy I've seen that you have Behat setup in this repository https://github.com/moodleworkplace/moodle-mod_coursecertificate/blob/master/.gitlab-ci.yml But I've problems to set up Behat for my plugin. Output: ```bash $ moodle-plugin-ci behat --suite default...
Hi @scara I've included this service as well the `MOODLE_BEHAT_WDHOST` variable. I think there must be some customization made behind the scenes. Greets Adrian
Yep @scara - you're right. It tries actually to run the tests and not starting any more new Selenium server instance. Now I get following output: ```bash Behat requirement not...
Thanks @kabalin Right now I'm using the workplace image to reduce the amount of errors and to get it finally run. But it's not working. This is my actual `.gitlab-ci.yml`...
> I've seen some which work for a particular plugin but apply it to another one it rarely does work. > > I also think it would be good to...
I've now a working solution using the `moodle-php-apache` image and updated the given gist I mentioned earlier (https://gist.github.com/adpe/834c741156edd6a6403eebe148a0ecec). After so many investigation time I don't have yet motivation and time...