We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627cbc3 commit 369c7d5Copy full SHA for 369c7d5
.github/workflows/ci.yml
@@ -138,6 +138,7 @@ jobs:
138
include:
139
- os: ubuntu-latest
140
- os: namespace-profile-mac-default
141
+ - os: windows-latest
142
runs-on: ${{ matrix.os }}
143
steps:
144
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -166,6 +167,7 @@ jobs:
166
167
168
- name: Run CLI lint
169
run: pnpm lint
170
+ if: ${{ matrix.os != 'windows-latest' }}
171
172
- name: Install Playwright browsers
173
run: pnpx playwright install chromium
0 commit comments