Add client tests to workflow

This commit is contained in:
Ola Hungerford
2025-02-27 06:52:19 -07:00
parent ede1ea0faa
commit d4a64fb5d8

View File

@@ -25,6 +25,12 @@ jobs:
# Working around https://github.com/npm/cli/issues/4828
# - run: npm ci
- run: npm install --no-package-lock
- name: Run client tests
run: |
cd inspector/client
npm test
- run: npm run build
publish: