-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd955f2
commit fe01b26
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# This config depends on the defaults.yml testplan | ||
# Only diverging settings are defined here | ||
prepare_shop: | ||
composer: | ||
transform: | | ||
{ | ||
"require": { | ||
"oxid-esales/apex-theme": "dev-b-7.0.x", | ||
"oxid-esales/twig-component": "dev-b-7.0.x" | ||
} | ||
} | ||
codeception: | ||
# Running on public runners, this should pose no problem | ||
max_parallel: &codeception_max_parallel 4 | ||
|
||
runtest: | ||
composer: | ||
transform: | | ||
{ | ||
"require-dev": { | ||
"oxid-esales/testing-library": "dev-b-7.0.x", | ||
"oxid-esales/tests-deprecated-ce": "dev-b-7.0.x-private-sales-user-active-OXDEV-7202", | ||
"codeception/module-webdriver": "^3.1", | ||
"phpunit/phpunit": "^9.1.1" | ||
} | ||
} | ||
phpcs_tests: | ||
# Check all files in the full check | ||
diff_only: false | ||
filter: '^\./source/Internal/.*\.php$' | ||
|
||
sonarcloud: | ||
matrix: | ||
testplan: '["-","tests/github_actions/sonarcloud_oxideshop_ce_internal.yml"]' | ||
target_branch: b-7.0.x-private-sales-user-active-OXDEV-7202 | ||
|
||
finish: | ||
slack_title: 'OXDEV 7202 CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}' |