Skip to content

Commit 7068fbd

Browse files
committed
ci: unflag
1 parent c1612eb commit 7068fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- run: pnpm -C packages/plugin-rsc exec playwright install ${{ matrix.browser }}
6464
- run: pnpm -C packages/plugin-rsc test-e2e-ci --project=${{ matrix.browser }}
6565
env:
66-
TEST_ISOLATED: ${{ matrix.os != 'windows-latest' }}
66+
TEST_ISOLATED: true
6767
- uses: actions/upload-artifact@v4
6868
if: always()
6969
with:

0 commit comments

Comments
 (0)