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 c1612eb commit 7068fbdCopy full SHA for 7068fbd
.github/workflows/ci-rsc.yml
@@ -63,7 +63,7 @@ jobs:
63
- run: pnpm -C packages/plugin-rsc exec playwright install ${{ matrix.browser }}
64
- run: pnpm -C packages/plugin-rsc test-e2e-ci --project=${{ matrix.browser }}
65
env:
66
- TEST_ISOLATED: ${{ matrix.os != 'windows-latest' }}
+ TEST_ISOLATED: true
67
- uses: actions/upload-artifact@v4
68
if: always()
69
with:
0 commit comments