Skip to content

Commit

Permalink
Update github-actions to 4.0.9 (#96)
Browse files Browse the repository at this point in the history
* Fix ee/pe templates
  • Loading branch information
release-github-action[bot] authored Mar 4, 2024
1 parent 624f0db commit 2c9cd48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/oxid-esales/defaults/ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ runtest:
container:
options: '-e ACTIVE_THEME=apex'
method: 'run'
file: 'source/composer.json'
backup: true
composer:
transform: |
{
"require-dev": {
Expand All @@ -125,8 +124,6 @@ runtest:
}
}
}
update: true
update_options: '--no-interaction'
# yamllint disable-line rule:line-length
additional_options: '--filter "/^((?!(testFrontendVAT)).)*$/" --exclude-group quarantine,varnish,paypal_buyerlogin,paypal_external,paypal_graphql,adminFunctionality,flow_theme'
coverage:
Expand Down
4 changes: 0 additions & 4 deletions .github/oxid-esales/defaults/pe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ runtest:
options: '-e ACTIVE_THEME=apex'
method: 'run'
composer:
file: 'source/composer.json'
backup: true
transform: |
{
"require-dev": {
Expand All @@ -110,8 +108,6 @@ runtest:
}
}
}
update: true
update_options: '--no-interaction'
# yamllint disable-line rule:line-length
additional_options: '--filter "/^((?!(testFrontendVAT)).)*$/" --exclude-group quarantine,varnish,paypal_buyerlogin,paypal_external,paypal_graphql,adminFunctionality,flow_theme'
coverage:
Expand Down

0 comments on commit 2c9cd48

Please sign in to comment.