Skip to content

Commit e2a1f70

Browse files
committed
ci: negate
1 parent 4ce9a01 commit e2a1f70

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

0 commit comments

Comments
 (0)