We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b411280 commit c027ee1Copy full SHA for c027ee1
.github/workflows/browser-tests.yml
@@ -27,8 +27,6 @@ jobs:
27
project-edition: "commerce"
28
project-version: ${{ github.event.inputs.project-version }}
29
test-suite: "--profile=regression --suite=commerce"
30
- test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
31
- test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
32
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
33
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
34
job-count: 4
0 commit comments