Skip to content

Commit 4d0aad4

Browse files
committed
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.
1 parent b46a403 commit 4d0aad4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ jobs:
99
ci:
1010
name: CI
1111
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
12+
with:
13+
extra_jobs: |
14+
- php: 8.0
15+
phpunit: false
16+
endtoend: true
17+
endtoend_suite: admin
18+
endtoend_config: vendor/silverstripe/admin/behat.yml
19+
- php: 8.1
20+
phpunit: false
21+
endtoend: true
22+
endtoend_suite: cms
23+
endtoend_config: vendor/silverstripe/cms/behat.yml

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"require-dev": {
4848
"silverstripe/cms": "^4.0",
4949
"silverstripe/framework": "^4.13.18",
50+
"silverstripe/frameworktest": "^0.4.13",
5051
"silverstripe/asset-admin": "^1.6",
5152
"dnadesign/silverstripe-elemental": "^4.0",
5253
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)