fix(Telemetry): add npm install step for Common directory in workflow

This commit is contained in:
Nawaz Dhandala
2025-11-11 12:45:06 +00:00
parent a4bf40a2c1
commit b99905dfe8

View File

@@ -17,5 +17,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: latest
- run: cd Common && npm install
- run: cd Telemetry && npm install && npm run test