Add test step to pre-release workflow

master
Brad Cornes 2023-08-29 10:45:10 +01:00
parent 401a306e16
commit e242535cac
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ jobs:
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm install && npm run bootstrap
- name: Run tests
run: >
cd packages/tailwindcss-language-server &&
npm run build &&
npm test
- name: Bump IntelliSense version
run: >
node .github/workflows/bump-version.mjs &&