Skip to content

Commit

Permalink
Test custom error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Oct 11, 2023
1 parent 25ed650 commit 0ab992c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
regression-commerce-setup1:
name: "PHP 7.3/PostgreSQL/Varnish/Redis/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@add-custom-error-handler
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -41,7 +41,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-commerce-setup2:
name: "PHP 7.4/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@add-custom-error-handler
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -61,7 +61,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-commerce-setup3:
name: "PHP 8.2/MySQL/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@add-custom-error-handler
with:
project-edition: "commerce"
project-version: ${{ github.event.inputs.project-version }}
Expand Down
11 changes: 11 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recipesEndpoint": "",
"packages": [
{
"requirement": "dev-add-custom-error-handler as 8.3.x-dev",
"repositoryUrl": "https://github.com/ezsystems/BehatBundle",
"package": "ezsystems/behatbundle",
"shouldBeAddedAsVCS": false
}
]
}

0 comments on commit 0ab992c

Please sign in to comment.