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 3ac4dbb commit d8b0bf7Copy full SHA for d8b0bf7
.github/workflows/ci-rsc.yml
@@ -37,14 +37,12 @@ jobs:
37
matrix:
38
shardIndex: [1, 2]
39
shardTotal: [2]
40
- config:
+ include:
41
- { os: ubuntu-latest, browser: chromium }
42
- - { os: macos-latest, browser: chromium }
43
- - { os: windows-latest, browser: chromium }
44
- { os: ubuntu-latest, browser: firefox }
+ - { os: macos-latest, browser: chromium }
45
- { os: macos-latest, browser: webkit }
46
- os: ${{ matrix.config.os }}
47
- browser: ${{ matrix.config.browser }}
+ - { os: windows-latest, browser: chromium }
48
fail-fast: false
49
steps:
50
- uses: actions/checkout@v4
0 commit comments