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 5d49b98 commit 6c8e713Copy full SHA for 6c8e713
.github/workflows/ci-rsc.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: 22
20
- run: corepack enable
21
+ - run: pnpm i
22
- run: pnpm build
23
- run: pnpm -C packages/plugin-rsc tsc
24
- run: pnpm -C packages/plugin-rsc test
@@ -42,6 +43,7 @@ jobs:
42
43
44
45
46
47
48
- run: pnpm -C packages/plugin-rsc exec playwright install ${{ matrix.browser }}
49
- run: pnpm -C packages/plugin-rsc test-e2e-ci --project=${{ matrix.browser }}
0 commit comments