mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix(Telemetry): add npm install step for Common directory in workflow
This commit is contained in:
1
.github/workflows/test.telemetry.yaml
vendored
1
.github/workflows/test.telemetry.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user