mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
Fix integration tests workflow missing frontend npm ci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user