Skip to content

Commit

Permalink
OXDEV-7522 DRAFT run GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Feb 19, 2024
1 parent c32e46b commit 3b314a3
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions tests/github_actions/oxdev-7522.yml
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/twig-component": "dev-b-8.0.x-drop-smarty-template-OXDEV-7522",
"oxid-esales/twig-admin-theme": "dev-b-8.0.x-drop-smarty-template-OXDEV-7522",
"oxid-esales/apex-theme": "dev-b-8.0.x-drop-smarty-template-OXDEV-7522"
}
}
codeception:
# Running on public runners, this should pose no problem
max_parallel: &codeception_max_parallel 4

runtest:
composer:
transform: |
{
"require-dev": {
"oxid-esales/tests-deprecated-ce": "dev-b-8.0.x-drop-smarty-template-OXDEV-7522",
"codeception/module-webdriver": "^3.1",
"phpunit/phpunit": "^9.6"
}
}
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-8.0.x-drop-smarty-template-OXDEV-7522

finish:
slack_title: 'OXDEV 7522 CE ({{ .Data.global.git.shop_ref }}) on {{ .Github.Repository }} by {{ .Github.Actor }}'

0 comments on commit 3b314a3

Please sign in to comment.