Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OXDEV-8351 running tests
Browse files Browse the repository at this point in the history
moritzdemmer committed Nov 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 667fe58 commit b988107
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/oxid-esales/shop_ce.yaml
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
# {{ $name := "oxideshop-ce" }}name: {{ $name }}

install: &install
git:
ref: &ref 'b-7.3.x-fix-duplicate-email-error-OXDEV-8351'
shop_ref: *ref
add_services: 'selenium-chrome-126'
method: script
script: 'source/.github/oxid-esales/install.sh'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
"incenteev/composer-parameter-handler": "^v2.1.4",
"mikey179/vfsstream": "~1.6.8",
"oxid-esales/codeception-modules": "dev-b-7.3.x",
"oxid-esales/codeception-page-objects": "dev-b-7.3.x",
"oxid-esales/codeception-page-objects": "dev-b-7.3.x-fix-duplicate-email-error-OXDEV-8351",
"oxid-esales/developer-tools": "dev-b-7.3.x",
"oxid-esales/oxideshop-ide-helper": "dev-b-7.3.x",
"phpspec/prophecy-phpunit": "^v2.0.1",

0 comments on commit b988107

Please sign in to comment.