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 97eb223 commit d3788e2Copy full SHA for d3788e2
.github/workflows/ci-rsc.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: pnpm -C packages/plugin-rsc test
32
33
test-e2e:
34
- name: test-rsc (${{ matrix.os }} / ${{ matrix.browser }} / ${{ matrix.rolldown }})
+ name: test-rsc (${{ matrix.os }} / ${{ matrix.browser }}) ${{ matrix.rolldown && '(rolldown)' }}
35
runs-on: ${{ matrix.os }}
36
strategy:
37
matrix:
0 commit comments