File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
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]
14
16
15
17
runs-on : ${{ matrix.os }}
16
18
name : Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }}
@@ -26,13 +28,13 @@ jobs:
26
28
- name : Install dependencies
27
29
run : pnpm install
28
30
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
32
34
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
36
38
37
39
- name : Run server tests
38
40
working-directory : packages/tailwindcss-language-server
You can’t perform that action at this time.
0 commit comments