moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
373 stars 244 forks source link

Add some basic integration checks #275

Closed stronk7 closed 7 months ago

stronk7 commented 7 months ago

The idea with these checks is to verify that the basic moodle-docker composition is able to get up and running and that the various entry points (php, web server, mailpit...) are available.

This can be expanded in the future to run more checks verifying other services or expectations.

Fixes #274

stronk7 commented 7 months ago

Self-merging this. It's passing ok and enables us to get those integration tests executed before everything else.