Skip to content

Commit dbb3570

Browse files
committed
ci: typo
1 parent c75b616 commit dbb3570

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' && 'false' || 'true' }}
6767
- uses: actions/upload-artifact@v4
6868
if: always()
6969
with:

0 commit comments

Comments
 (0)