Skip to content

Commit

Permalink
OXDEV-5103 DRAFT RUN GHA TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Mar 24, 2024
1 parent de591cd commit ee49a77
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/oxid-esales/5103.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-admin-theme": "dev-b-7.1.x-add-low-stock-message-OXDEV-5103",
"oxid-esales/apex-theme": "dev-b-7.1.x-add-low-stock-message-OXDEV-5103"
}
}
codeception:
# Running on public runners, this should pose no problem
max_parallel: &codeception_max_parallel 1

runtest:
composer:
transform: |
{
"require-dev": {
"oxid-esales/tests-deprecated-ce": "dev-b-7.1.x",
"oxid-esales/codeception-page-objects": "dev-b-7.1.x-add-low-stock-message-OXDEV-5103",
"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-7.1.x-add-low-stock-message-OXDEV-5103

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

0 comments on commit ee49a77

Please sign in to comment.