From 95e735cf5fcd68b91555f137cbc5e30ea3ad4f2f Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 10 Aug 2023 11:53:23 +1200 Subject: [PATCH] MNT Run admin and CMS behat tests We override some default stuff, so lets make sure we're not breaking anything in lieu of adding our own tests for now. --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf02210..0ff16e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,3 +9,15 @@ jobs: ci: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 + with: + extra_jobs: | + - php: 8.0 + phpunit: false + endtoend: true + endtoend_suite: admin + endtoend_config: vendor/silverstripe/admin/behat.yml + - php: 8.1 + phpunit: false + endtoend: true + endtoend_suite: cms + endtoend_config: vendor/silverstripe/cms/behat.yml