acdream/.gitea/workflows
Erik c851ac79e5
Some checks failed
CI / linux-portable (push) Successful in 3m16s
CI / windows-gate (push) Failing after 5m5s
CI / release (push) Has been skipped
ci: pin invariant globalization on the Windows gate
The runner reports en-US interactively, but its scheduled task inherits
en-SE (English/Sweden), whose decimal separator is a comma. That broke 40
tests across App/Core/Runtime/UI.Abstractions on number formatting alone
(expected "update:0.25", actual "update:0,25"). Set-Culture does not reach
a task running without a loaded user profile, and a build gate should not
depend on a machine's regional settings regardless.

Note for follow-up: this pins CI only. The underlying culture sensitivity is
real — a Swedish-locale player would see comma-formatted numbers in these
diagnostic strings.
2026-08-19 11:11:14 +02:00
..
ci.yml ci: pin invariant globalization on the Windows gate 2026-08-19 11:11:14 +02:00
smoke.yml ci: extend smoke workflow with a real Linux build job 2026-08-19 10:20:27 +02:00