Skip to content

Commit db911f4

Browse files
committed
Only run windows CI
temporarily anyway
1 parent 9e9d093 commit db911f4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node: [18, 20, 22, 24]
13-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
# node: [18, 20, 22, 24]
13+
# os: [ubuntu-latest, macos-latest, windows-latest]
14+
node: [24]
15+
os: [windows-latest]
1416

1517
runs-on: ${{ matrix.os }}
1618
name: Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }}
@@ -26,13 +28,13 @@ jobs:
2628
- name: Install dependencies
2729
run: pnpm install
2830

29-
- name: Run syntax tests
30-
working-directory: packages/tailwindcss-language-syntax
31-
run: pnpm run build && pnpm run test
31+
# - name: Run syntax tests
32+
# working-directory: packages/tailwindcss-language-syntax
33+
# run: pnpm run build && pnpm run test
3234

33-
- name: Run service tests
34-
working-directory: packages/tailwindcss-language-service
35-
run: pnpm run build && pnpm run test
35+
# - name: Run service tests
36+
# working-directory: packages/tailwindcss-language-service
37+
# run: pnpm run build && pnpm run test
3638

3739
- name: Run server tests
3840
working-directory: packages/tailwindcss-language-server

0 commit comments

Comments
 (0)