Skip to content

Commit e324ee1

Browse files
committed
fix: Repair ci.yml syntax and remove redundant test step
1 parent 364a7ac commit e324ee1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@ jobs:
4040
run: |
4141
python -m pytest -v
4242
43-
- name: Run standalone test files
44-
run: |
45-
# V2.0: Run new semantic framework tests
46-
# Suppress VocabularyManager initialization messages
47-
python test_primitives.py 2>/dev/null || python test_primitives.py
48-
python test_language_semantics.py 2>/dev/null || python test_language_semantics.py
49-
python test_enhanced_parser.py 2>/dev/null || python test_enhanced_parser.py
50-
python test_harmonizer_enhanced.py 2>/dev/null || python test_harmonizer_enhanced.py
51-
5243
- name: Check Code Harmony
5344
run: |
5445
# v1.2+: Harmony check with automatic exit codes

0 commit comments

Comments
 (0)