From fed264605cd34a80ee97bf771eb2c8528d0081ad Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:07:22 +1300 Subject: [PATCH] MNT Don't test behat from other modules anymore (#615) This module used to be used by those modules, so these behat runs validated changes in graphql didn't break those modules. They don't do that anymore, so these behat runs are pointless here. --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac8d4a1b..bf02210e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,17 +9,3 @@ jobs: ci: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 - with: - extra_jobs: | - - php: 8.3 - endtoend: true - endtoend_suite: asset-admin - endtoend_config: vendor/silverstripe/asset-admin/behat.yml - - php: 8.3 - endtoend: true - endtoend_suite: versioned-admin - endtoend_config: vendor/silverstripe/versioned-admin/behat.yml - - php: 8.3 - endtoend: true - endtoend_suite: silverstripe-elemental - endtoend_config: vendor/dnadesign/silverstripe-elemental/behat.yml