File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,13 @@ jobs:
27
27
run : pnpm install
28
28
29
29
- name : Run syntax tests
30
- run : |
31
- cd packages/tailwindcss-language-syntax &&
32
- pnpm run build &&
33
- pnpm run test
30
+ working-directory : packages/tailwindcss-language-syntax
31
+ run : pnpm run build && pnpm run test
34
32
35
33
- name : Run service tests
36
- run : |
37
- cd packages/tailwindcss-language-service &&
38
- pnpm run build &&
39
- pnpm run test
34
+ working-directory : packages/tailwindcss-language-service
35
+ run : pnpm run build && pnpm run test
40
36
41
- - name : Run tests
42
- run : |
43
- cd packages/tailwindcss-language-server &&
44
- pnpm run build &&
45
- pnpm run test
37
+ - name : Run server tests
38
+ working-directory : packages/tailwindcss-language-server
39
+ run : pnpm run build && pnpm run test
You can’t perform that action at this time.
0 commit comments