Skip to content

Commit 369c7d5

Browse files
committed
enable e2e test CI on Windows
1 parent 627cbc3 commit 369c7d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
include:
139139
- os: ubuntu-latest
140140
- os: namespace-profile-mac-default
141+
- os: windows-latest
141142
runs-on: ${{ matrix.os }}
142143
steps:
143144
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -166,6 +167,7 @@ jobs:
166167

167168
- name: Run CLI lint
168169
run: pnpm lint
170+
if: ${{ matrix.os != 'windows-latest' }}
169171

170172
- name: Install Playwright browsers
171173
run: pnpx playwright install chromium

0 commit comments

Comments
 (0)