Add Socket.IO dependency to test workflow

This commit is contained in:
RobinRMC 2025-03-05 18:33:57 +01:00 committed by GitHub
parent c443944ca9
commit e2e0171ad1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile && pnpm install buttplug --workspace-root && pnpm install openai --workspace-root
run: pnpm install --frozen-lockfile && pnpm install buttplug --workspace-root && pnpm install openai --workspace-root && pnpm install socket.io --workspace-root
- name: Lint & Test if desktop version compiles
run: pnpm test