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 4ce9a01 commit e2a1f70Copy full SHA for e2a1f70
1 file changed
.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: ${{ matrix.os != 'windows-latest' }}
67
- uses: actions/upload-artifact@v4
68
if: always()
69
with:
0 commit comments