Skip to content

Commit

Permalink
MNT Run admin and CMS behat tests
Browse files Browse the repository at this point in the history
We override some default stuff, so lets make sure we're not breaking
anything in lieu of adding our own tests for now.
  • Loading branch information
GuySartorelli committed Aug 10, 2023
1 parent f1ad47e commit 95e735c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 95e735c

Please sign in to comment.