We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b0bf7 commit ebd3991Copy full SHA for ebd3991
.github/workflows/ci-rsc.yml
@@ -37,12 +37,13 @@ jobs:
37
matrix:
38
shardIndex: [1, 2]
39
shardTotal: [2]
40
- include:
41
- - { os: ubuntu-latest, browser: chromium }
42
- - { os: ubuntu-latest, browser: firefox }
43
- - { os: macos-latest, browser: chromium }
44
- - { os: macos-latest, browser: webkit }
45
- - { os: windows-latest, browser: chromium }
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ browser: [chromium, firefox, webkit]
+ exclude:
+ - { os: ubuntu-latest, browser: webkit }
+ - { os: macos-latest, browser: firefox }
+ - { os: windows-latest, browser: firefox }
46
+ - { os: windows-latest, browser: webkit }
47
fail-fast: false
48
steps:
49
- uses: actions/checkout@v4
0 commit comments