mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-01 21:10:13 +00:00
Fix integration tests workflow missing frontend npm ci
This commit is contained in:
parent
8d3777858e
commit
820f822476
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test-updates.yml
vendored
4
.github/workflows/test-updates.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue