Skip to content

Commit 360d2f1

Browse files
committed
OXDEV-7522 DRAFT run GHA tests
1 parent d72da86 commit 360d2f1

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

tests/github_actions/oxdev-7522.yml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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/twig-component": "dev-b-8.0.x-drop-smarty-template-OXDEV-7522",
9+
"oxid-esales/twig-admin-theme": "dev-b-8.0.x-drop-smarty-template-OXDEV-7522",
10+
"oxid-esales/apex-theme": "dev-b-8.0.x-drop-smarty-template-OXDEV-7522"
11+
}
12+
}
13+
14+
codeception:
15+
# Running on public runners, this should pose no problem
16+
max_parallel: &codeception_max_parallel 4
17+
18+
runtest:
19+
composer:
20+
transform: |
21+
{
22+
"require-dev": {
23+
"oxid-esales/tests-deprecated-ce": "dev-b-8.0.x-drop-smarty-template-OXDEV-7522",
24+
"codeception/module-webdriver": "^3.1",
25+
"phpunit/phpunit": "^9.6"
26+
}
27+
}
28+
29+
phpcs_tests:
30+
# Check all files in the full check
31+
diff_only: false
32+
filter: '^\./source/Internal/.*\.php$'
33+
34+
sonarcloud:
35+
matrix:
36+
testplan: '["-","tests/github_actions/sonarcloud_oxideshop_ce_internal.yml"]'
37+
target_branch: b-8.0.x-drop-smarty-template-OXDEV-7522
38+
39+
finish:
40+
slack_title: 'OXDEV 7522 CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'

0 commit comments

Comments
 (0)