Skip to content

Commit 386241c

Browse files
committed
Tweak CI
1 parent 10a929e commit 386241c

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,13 @@ jobs:
2727
run: pnpm install
2828

2929
- 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
3432

3533
- 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
4036

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

0 commit comments

Comments
 (0)