Commit f86b2db 1 parent 771b4d1 commit f86b2db Copy full SHA for f86b2db
File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This config depends on the defaults.yml testplan
2
+ # Only diverging settings are defined here
3
+ prepare_shop :
4
+ composer :
5
+ transform : |
6
+ {
7
+ "require": {
8
+ "oxid-esales/apex-theme": "dev-b-7.0.x",
9
+ "oxid-esales/twig-component": "dev-b-7.0.x-ensure-subshops-have-separate-template-cache-OXDEV-7768"
10
+ }
11
+ }
12
+
13
+ codeception :
14
+ # Running on public runners, this should pose no problem
15
+ max_parallel : &codeception_max_parallel 4
16
+
17
+ runtest :
18
+ composer :
19
+ transform : |
20
+ {
21
+ "require-dev": {
22
+ "oxid-esales/testing-library": "dev-b-7.0.x",
23
+ "oxid-esales/tests-deprecated-ce": "dev-b-7.0.x",
24
+ "codeception/module-webdriver": "^3.1",
25
+ "phpunit/phpunit": "^9.1.1"
26
+ }
27
+ }
28
+
29
+ sonarcloud :
30
+ matrix :
31
+ testplan : ' ["-","tests/github_actions/sonarcloud_oxideshop_ce_internal.yml"]'
32
+ target_branch : b-7.0.x-ensure-subshops-have-separate-template-cache-OXDEV-7768
33
+
34
+ finish :
35
+ slack_title : ' OXDEV 7768 CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'
You can’t perform that action at this time.
0 commit comments