Skip to content

Commit 4ce9a01

Browse files
committed
ci: typo
1 parent dbb3570 commit 4ce9a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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' && 'false' || 'true' }}
66+
TEST_ISOLATED: ${{ matrix.os == 'windows-latest' }}
6767
- uses: actions/upload-artifact@v4
6868
if: always()
6969
with:

0 commit comments

Comments
 (0)