Fix path to client

This commit is contained in:
Ola Hungerford
2025-02-27 07:23:40 -07:00
parent 238c22830b
commit 8ac7ef0985

View File

@@ -26,7 +26,7 @@ jobs:
- name: Run client tests
run: |
cd inspector/client
cd client
npm test
- run: npm run build