Fix integration tests workflow missing frontend npm ci

This commit is contained in:
rcourtman 2025-11-30 23:50:31 +00:00
parent 8d3777858e
commit 820f822476

View file

@ -56,6 +56,10 @@ jobs:
npm ci
npx playwright install --with-deps chromium
- name: Install frontend dependencies
working-directory: frontend-modern
run: npm ci
- name: Build Pulse for testing
run: |
make build || go build -o pulse ./cmd/pulse