Skip to content

Commit

Permalink
[CI] Added missing version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Jul 20, 2023
1 parent c72a638 commit 48084f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "oss"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=oss"
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
Expand All @@ -42,6 +43,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "oss"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=oss"
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
Expand All @@ -61,6 +63,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "oss"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=oss"
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
Expand Down

0 comments on commit 48084f6

Please sign in to comment.