ci: add fs wrapper tests to quality workflow
This commit is contained in:
parent
2771dd76b8
commit
32c2724561
|
|
@ -7,6 +7,7 @@ name: Quality & Validation
|
||||||
# - Schema validation (YAML structure)
|
# - Schema validation (YAML structure)
|
||||||
# - Agent schema tests (fixture-based validation)
|
# - Agent schema tests (fixture-based validation)
|
||||||
# - Installation component tests (compilation)
|
# - Installation component tests (compilation)
|
||||||
|
# - fs wrapper tests (native fs replacement)
|
||||||
# - Bundle validation (web bundle integrity)
|
# - Bundle validation (web bundle integrity)
|
||||||
|
|
||||||
"on":
|
"on":
|
||||||
|
|
@ -112,5 +113,8 @@ jobs:
|
||||||
- name: Test agent compilation components
|
- name: Test agent compilation components
|
||||||
run: npm run test:install
|
run: npm run test:install
|
||||||
|
|
||||||
|
- name: Test fs wrapper
|
||||||
|
run: npm run test:fs
|
||||||
|
|
||||||
- name: Validate file references
|
- name: Validate file references
|
||||||
run: npm run validate:refs
|
run: npm run validate:refs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue