Update end-to-end-tests.yaml (#11991)

pull/28217/head
Michael Telatynski 2023-12-04 11:32:39 +00:00 committed by GitHub
parent e180ca841b
commit d7c682d05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Run 2 instances in Parallel
runner: [1, 2]
# Run 4 instances in Parallel
runner: [1, 2, 3, 4]
steps:
- uses: browser-actions/setup-chrome@803ef6dfb4fdf22089c9563225d95e4a515820a0 # v1
- run: echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV