mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
The integration_tests job restores the pre-built frontend dist from cache and copies it to the embed location, but then runs make build which unconditionally rebuilds the frontend via npm — failing because node_modules aren't installed. Use go build directly since the frontend is already embedded.