diff --git a/.github/workflows/test-updates.yml b/.github/workflows/test-updates.yml index f8a9da5..f98d96a 100644 --- a/.github/workflows/test-updates.yml +++ b/.github/workflows/test-updates.yml @@ -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