Skip to content

Commit

Permalink
OXDEV-8234 Switched GitHub light workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed May 16, 2024
1 parent 199b931 commit 7de837c
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 373 deletions.
50 changes: 50 additions & 0 deletions .github/oxid-esales/geo-blocking.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
install_shop_with_modules:
cache:
prepared_shop: false
composer:
transform: |
{
"require": {
"oxid-esales/oxideshop-ce": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/twig-component": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/geo-blocking-module": "{{ .Data.global.composer.ref_name }}"
},
"repositories": {
"oxid-esales/geo-blocking-module": {
"type": "git",
"url": "https://github.com/OXID-eSales/geo-blocking-module.git"
}
}
}
custom_script_container: |
vendor/bin/oe-console oe:theme:activate apex
vendor/bin/oe-console oe:module:activate oegeoblocking
runscript: &runscript
matrix:
script: |
[
"geo_blocking:tests-integration",
"geo_blocking:tests-codeception"
]
geo_blocking:
path: 'vendor/oxid-esales/geo-blocking-module'

sonarcloud:
matrix:
testplan: '["-"]'
strip_path: '/var/www/vendor/oxid-esales/geo-blocking-module/'
project_key: 'OXID-eSales_geo-blocking-module'
project_name: 'oxid-esales/geo-blocking-module'
organization: 'oxid-esales'
parameters: |
-Dsonar.language=php
-Dsonar.scm.provider=git
-Dsonar.sources=src
-Dsonar.tests=tests
-Donar.php.phpstan.reportPaths=coverage-reports/phpstan.report.json
finish:
slack_title: 'Geo Blocking ({{ .Data.global.git.shop_ref }}) by {{ .Github.Actor }}'
Loading

0 comments on commit 7de837c

Please sign in to comment.