You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): build web UI before tests so go:embed static assets exist
GitHub Actions cloned the repo without generated files under
internal/server/static/, which broke //go:embed and caused test/lint to fail.
The release job never ran because it depends on those jobs.
Made-with: Cursor
0 commit comments