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 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
You can’t perform that action at this time.
0 commit comments