Skip to content

Commit 3072ca5

Browse files
committed
Update CI workflow
1 parent 10b1e76 commit 3072ca5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ jobs:
2626
- name: Install dependencies
2727
run: pnpm install
2828

29-
- name: Run tests
29+
- name: Run service tests
30+
working-directory: packages/tailwindcss-language-service
31+
run: pnpm run build && pnpm run test
32+
33+
- name: Run server tests
34+
working-directory: packages/tailwindcss-language-server
3035
run: |
31-
cd packages/tailwindcss-language-server &&
32-
pnpm run build &&
33-
pnpm run test
36+
pnpm run build && pnpm run test

0 commit comments

Comments
 (0)