Skip to content

Commit

Permalink
MNT Don't test behat from other modules anymore (#615)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GuySartorelli authored Dec 3, 2024
1 parent 65590e3 commit fed2646
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fed2646

Please sign in to comment.