docs: point GRU transport Jest gate at loader design spec
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m8s
CI/CD Pipeline / Security Scanning (push) Successful in 2m17s
CI/CD Pipeline / Lint and Format (push) Failing after 34s
CI/CD Pipeline / Terraform Validation (push) Failing after 23s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 24s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 52s
Validation / validate-genesis (push) Successful in 29s
Validation / validate-terraform (push) Failing after 24s
Validation / validate-kubernetes (push) Failing after 9s
Validation / validate-smart-contracts (push) Failing after 9s
Validation / validate-security (push) Failing after 1m9s
Validation / validate-documentation (push) Failing after 16s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 22s
Verify Deployment / Verify Deployment (push) Failing after 53s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-12 00:00:43 -07:00
parent c3ef31d8f3
commit 6c0328b040

View File

@@ -1,7 +1,7 @@
/**
* GRU transport API tests require `config/token-mapping-loader.cjs` to export
* getGruTransportMetadata + getActiveTransportPairs backed by `config/gru-transport-active.json`
* (not yet published in the monorepo). Run them explicitly:
* (see Proxmox docs/04-configuration/GRU_TRANSPORT_LOADER_DESIGN_SPEC.md). Run them explicitly:
* RUN_GRU_TRANSPORT_LOADER_TESTS=1 npm run test:ci
*/
const runGruTransportLoaderTests = process.env.RUN_GRU_TRANSPORT_LOADER_TESTS === '1';