Skip to content

Run automated tests on CI

Adam G-H requested to merge ci-apache into 0.x

The next step in getting our CI pipeline set up is to actually install Drupal CMS into the database, serve it via Apache, and run our (small) test suite. We probably don't need to worry about multiple database backends, so let's just use MySQL for now.

Edited by Adam G-H

Merge request reports