TidGi-Desktop/.github/workflows
linonetwo 0d304dd5cd perf: only screenshot on failure, revert timeout to 25min
AfterStep was capturing a screenshot after every step (~1191 of 1446 steps).
Each screenshot requires IPC round-trip: getFirstWebContentsView  capturePage
 serialize PNG  transfer buffer  fs.writeFile. On CI this costs ~200-400ms
per step, totaling ~6 minutes of pure screenshot overhead.

Now screenshots are only taken for FAILED steps, saving ~6 minutes on CI.
This brings the total test time well within the 25-minute budget.
2026-04-02 03:49:07 +08:00
..
codeql.yml Add master branch to CodeQL workflow triggers 2025-10-24 17:39:18 +08:00
release.yml Fix/sync sub wiki (#672) 2025-12-17 22:08:26 +08:00
test.yml perf: only screenshot on failure, revert timeout to 25min 2026-04-02 03:49:07 +08:00