Fix integration tests workflow missing frontend npm ci
This commit is contained in:
parent
32ffc1046c
commit
01b863fc21
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
|
npm ci
|
||||||
npx playwright install --with-deps chromium
|
npx playwright install --with-deps chromium
|
||||||
|
|
||||||
|
- name: Install frontend dependencies
|
||||||
|
working-directory: frontend-modern
|
||||||
|
run: npm ci
|
||||||
|
|
||||||
- name: Build Pulse for testing
|
- name: Build Pulse for testing
|
||||||
run: |
|
run: |
|
||||||
make build || go build -o pulse ./cmd/pulse
|
make build || go build -o pulse ./cmd/pulse
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue