ci: include src/server_enrollment.py in syntax verification step

This commit is contained in:
2026-09-04 20:54:49 +02:00
parent 11f16ed8e1
commit 1d0845b548
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Verify Python Syntax
run: |
python3 -m py_compile src/Server.py src/Win_Client.py src/Linux_Client.py compilation/package_dist.py compilation/upload_release.py tests/test_pipeline.py tests/*.py
python3 -m py_compile src/Server.py src/server_enrollment.py src/Win_Client.py src/Linux_Client.py compilation/package_dist.py compilation/upload_release.py tests/test_pipeline.py tests/*.py
- name: Run Component Unit Tests
run: |