Skip to content

Commit e346ec1

Browse files
committed
ci: tweak
1 parent 7aad196 commit e346ec1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- run: pnpm -C packages/plugin-rsc test
3232

3333
test-e2e:
34-
name: test-rsc (${{ matrix.os }} / ${{ matrix.browser }})
34+
name: test-rsc (${{ matrix.os }} / ${{ matrix.browser }} / ${{ matrix.rolldown }})
3535
runs-on: ${{ matrix.os }}
3636
strategy:
37-
# TODO: shard?
3837
matrix:
3938
os: [ubuntu-latest, macos-latest, windows-latest]
4039
browser: [chromium]
40+
rolldown: [false]
4141
include:
4242
- os: ubuntu-latest
4343
browser: firefox
@@ -55,7 +55,8 @@ jobs:
5555
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
5656
- run: pnpm i
5757
- run: pnpm build
58-
- if: ${{ matrix.rolldown }}
58+
- name: install rolldown
59+
if: ${{ matrix.rolldown }}
5960
run: |
6061
echo 'overrides: { vite: "npm:rolldown-vite@latest" }' >> pnpm-workspace.yaml
6162
pnpm i --no-frozen-lockfile

0 commit comments

Comments
 (0)