Skip to content

Commit

Permalink
job count 1
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Dec 12, 2023
1 parent 316c4e1 commit 72104c6
Showing 1 changed file with 3 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 @@ -30,7 +30,7 @@ jobs:
test-setup-phase-2: "--profile=regression --suite=setup-experience --tags=@part2 --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"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 4
job-count: 1
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:7.4-node18"
timeout: 120
Expand All @@ -54,7 +54,7 @@ jobs:
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
job-count: 4
job-count: 1
timeout: 120
php-image: "ghcr.io/ibexa/docker/php:8.0-node18"
secrets:
Expand All @@ -77,7 +77,7 @@ jobs:
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
job-count: 4
job-count: 1
timeout: 120
php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
secrets:
Expand Down

0 comments on commit 72104c6

Please sign in to comment.