ci: add fs wrapper tests to quality workflow

This commit is contained in:
Adam Biggs 2026-02-26 13:35:40 -08:00
parent 2771dd76b8
commit 32c2724561
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ name: Quality & Validation
# - Schema validation (YAML structure)
# - Agent schema tests (fixture-based validation)
# - Installation component tests (compilation)
# - fs wrapper tests (native fs replacement)
# - Bundle validation (web bundle integrity)
"on":
@ -112,5 +113,8 @@ jobs:
- name: Test agent compilation components
run: npm run test:install
- name: Test fs wrapper
run: npm run test:fs
- name: Validate file references
run: npm run validate:refs