This is to avoid a similar issue that we just faced in the future. The issue was this PR https://github.com/fleetdm/fleet/pull/37118 was merged, but all checks passed since it was a html file only PR, go tests did not run. So we did not catch the integration tests asserting content in these files was broken. The following PR fixed it: https://github.com/fleetdm/fleet/pull/37196 This PR proposes to add those two files to GO test triggers in CI to avoid breaking the tests accidentally in the future.