-
Notifications
You must be signed in to change notification settings - Fork 204
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
afc0725
commit c56a7a1
Showing
1 changed file
with
35 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,35 @@ | ||
# 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-ensure-subshops-have-separate-template-cache-OXDEV-7768" | ||
} | ||
} | ||
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", | ||
"codeception/module-webdriver": "^3.1", | ||
"phpunit/phpunit": "^9.1.1" | ||
} | ||
} | ||
sonarcloud: | ||
matrix: | ||
testplan: '["-","tests/github_actions/sonarcloud_oxideshop_ce_internal.yml"]' | ||
target_branch: b-7.0.x-ensure-subshops-have-separate-template-cache-OXDEV-7768 | ||
|
||
finish: | ||
slack_title: 'OXDEV 7768 CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}' |