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 aee53e6 commit 1ddcceeCopy full SHA for 1ddccee
.github/workflows/browser-tests.yml
@@ -30,9 +30,9 @@ jobs:
30
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
31
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
32
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
33
- job-count: 1
+ job-count: 4
34
multirepository: true
35
- timeout: 400
+ timeout: 120
36
secrets:
37
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
38
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
0 commit comments