Skip to content

Commit

Permalink
Move deprecated tests and disable phpmd/phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 22, 2024
1 parent 42d544d commit 3337646
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/oxid-esales/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ runscript: &runscript
"shop:tests-integration",
"shop:tests-codeception",
"setup:tests-codeception-shopSetup",
"deprecated:tests-deprecated"
]
shop:
path: 'vendor/{{ $org}}/{{ $name }}'
Expand All @@ -63,23 +62,25 @@ runscript: &runscript
runslim:
<<: *runscript
matrix:
script: |
[
"shop:phpcs-report",
"shop:phpmd-report",
"shop:phpstan-report",
"shop:phpstan-baseline"
]
script: '["shop:phpcs-report"]'
# script: |
# [
# "shop:phpcs-report",
# "shop:phpmd-report",
# "shop:phpstan-report",
# "shop:phpstan-baseline"
# ]

runtest:
matrix:
testplan: '["-"]'
container:
options: '--workdir vendor/oxid-esales/oxideshop-ce'

sonarcloud:
matrix:
testplan: '["-","~/sonarcloud_oxideshop_ce_internal.yml"]'
strip_path: '/var/www/vendor/{{ print $org }}/{{ print $name}}/'


finish:
slack_title: '{{ print $name }} ({{ .Data.global.git.shop_ref }}) by {{ .Github.Actor }}'
slack_title: 'Shop CE ({{ .Data.global.git.shop_ref }}) by {{ .Github.Actor }}'

0 comments on commit 3337646

Please sign in to comment.