Lullabot / drupal9ci

Command Line Interface for implementing Continuous Integration in Drupal 9
GNU General Public License v3.0
161 stars 55 forks source link

Behat tests for Gitlab #69

Closed fjgarlin closed 3 years ago

fjgarlin commented 3 years ago

Integration of Behat tests on Gitlab. See it in action here: https://gitlab.com/fjgarlin/d9-lagoon/-/pipelines/285459468

The changes were minimal after achieving Githab actions.

I've also moved the test folder out as it was the same for all platforms.

fjgarlin commented 3 years ago

After this change, I think all platforms will be now D9 compatible and we will have coding standards, unit tests and behat tests running for all.

Doing this was also pretty useful in preparation for https://github.com/Lullabot/drupal9ci/issues/67

juampynr commented 3 years ago

Thanks @fjgarlin !