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 e0a90c9 commit 7aa7277
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-commerce --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 @@ -53,7 +53,7 @@ jobs:
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.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:8.0-node18"
timeout: 120
Expand All @@ -73,7 +73,7 @@ jobs:
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.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:8.1-node18"
timeout: 120
Expand Down

0 comments on commit 7aa7277

Please sign in to comment.