ci: change matrix order (#11673)

This commit is contained in:
Nikolay Vitkov 2024-01-15 10:49:13 +01:00 committed by GitHub
parent f6c6d768df
commit b715e056f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -16,15 +16,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
suite:
- chrome-headless
- chrome-headful
- chrome-new-headless
- chrome-bidi
os:
- ubuntu-latest
- windows-latest
- macos-latest
shard:
- 1-2
- 2-2

View File

@ -140,15 +140,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
suite:
- chrome-headless
- chrome-headful
- chrome-new-headless
- chrome-bidi
os:
- ubuntu-latest
- windows-latest
- macos-latest
shard:
- 1-2
- 2-2
@ -228,14 +228,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
suite:
- firefox-bidi
- firefox-headful
- firefox-headless
os:
- ubuntu-latest
- macos-latest
- windows-latest
shard:
- 1-4
- 2-4
@ -334,14 +334,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node:
- 18
pkg_manager:
- npm
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: Download installation test
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1