From 16e90bcfbf1a434f6be2200f341c9b7a8c795d39 Mon Sep 17 00:00:00 2001 From: Mike Solar Date: Sun, 23 Aug 2026 18:39:25 +0800 Subject: [PATCH] ci: fix OFX fixture env typo (ofx-fixtre -> ofx-fixture) The probe step pointed OAK_OFX_FIXTURE_DIR at .cache/ofx-fixtre, so the ofx_roundtrip test found no fixture plugin and failed with "the fixture plugin registered (got [])". --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 537250fba..5dc27ab74 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: grep -q 'type_id=rs.oak.CiTestPlugin' probe.log # A project carrying a plugin node must survive save/load (the # serializer resolves plugin types via the dynamic factory). - OAK_OFX_FIXTURE_DIR="$PWD/.cache/ofx-fixtre" \ + OAK_OFX_FIXTURE_DIR="$PWD/.cache/ofx-fixture" \ cargo test --locked -p oak-plugin --test ofx_roundtrip windows: