Skip to content

Commit e242535

Browse files
committed
Add test step to pre-release workflow
1 parent 401a306 commit e242535

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
2020
- name: Install dependencies
2121
run: npm install && npm run bootstrap
22+
- name: Run tests
23+
run: >
24+
cd packages/tailwindcss-language-server &&
25+
npm run build &&
26+
npm test
2227
- name: Bump IntelliSense version
2328
run: >
2429
node .github/workflows/bump-version.mjs &&

0 commit comments

Comments
 (0)