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 2da473a commit 68af96f
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 @@ -32,7 +32,7 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
php-image: "ghcr.io/ibexa/docker/php:7.4-node18"
job-count: 2
job-count: 1
timeout: 90
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand All @@ -55,7 +55,7 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
php-image: "ghcr.io/ibexa/docker/php:8.0-node18"
job-count: 2
job-count: 1
timeout: 90
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand All @@ -78,7 +78,7 @@ jobs:
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
php-image: "ghcr.io/ibexa/docker/php:8.1-node18"
job-count: 2
job-count: 1
timeout: 90
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand Down

0 comments on commit 68af96f

Please sign in to comment.