ci: fix OFX fixture env typo (ofx-fixtre -> ofx-fixture)
CI / Build & test (Windows) (push) Failing after 3m14s
CI / Build & test (Linux) (push) Failing after 17m36s

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 [])".
This commit is contained in:
2026-08-23 18:39:25 +08:00
parent b6f1f7fd41
commit 16e90bcfbf
+1 -1
View File
@@ -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: