Skip to content

Commit

Permalink
[TMP] Run regression
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Nov 26, 2024
1 parent a535695 commit 346de4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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-experience-setup1:
name: "PHP 7.4/Node 18/PostgreSQL/Varnish/Redis/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9251
with:
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -44,7 +44,7 @@ jobs:
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-experience-setup2:
name: "PHP 8.0/Node 18/MySQL/Compatibility layer/Elastic"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9251
with:
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -67,7 +67,7 @@ jobs:
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-experience-setup3:
name: "PHP 8.3/Node 18/MySQL/Compatibility layer/Solr"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9251
with:
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -90,7 +90,7 @@ jobs:
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
page-builder-matchers-1:
name: "Map\\Host matcher tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9251
with:
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -109,7 +109,7 @@ jobs:
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
page-builder-matchers-2:
name: "Map\\URI matcher tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9251
with:
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -127,7 +127,7 @@ jobs:
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
page-builder-matchers-3:
name: "URIElement matcher tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9251
with:
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
Expand All @@ -145,7 +145,7 @@ jobs:
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
page-builder-matchers-4:
name: "Compound matcher tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@ibx-9251
with:
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
Expand Down

0 comments on commit 346de4e

Please sign in to comment.