Skip to content

Commit

Permalink
Disable shop-setup test in b-8.0.x (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott authored Aug 13, 2024
1 parent ccd5c37 commit 12af246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/oxid-esales/shop_ce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ runscript: &runscript
[
"shop:~/unit.sh",
"shop:~/integration.sh",
"shop:~/codeception.sh",
"setup:~/shop-setup.sh"
"shop:~/codeception.sh"
]
shop: &shop
path: ''
Expand Down
3 changes: 1 addition & 2 deletions .github/oxid-esales/shop_ce_compilation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ runscript: &runscript
[
"shop:~/unit.sh",
"shop:~/integration.sh",
"shop:~/codeception.sh",
"setup:~/shop-setup.sh"
"shop:~/codeception.sh"
]
shop: &shop
path: 'vendor/{{ $org}}/{{ $name }}'
Expand Down

0 comments on commit 12af246

Please sign in to comment.