chore: remove unused files and update CI
- Delete residual editor files: - '2) Lancer les tests unitaires' (command already in Makefile) - '3) Lancer la vérification statique' (command already in Makefile) - Delete CHANGELOG.md (changelog maintained in RPM spec) ci: remove CentOS 7 (el7) from RPM workflow - Remove el7 build artifacts from build-rpm.yml - Update release assets to only include el8, el9, el10 docs(architecture.yml): fix test-integration command - Add --exit-code-from ja4sentinel-test for proper exit code handling Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@ -500,9 +500,9 @@ ci_cd:
|
||||
commands:
|
||||
- "go test ./..."
|
||||
- name: "test-integration"
|
||||
description: "Lance les tests d’intégration dans Docker (capture TLS client + outputs)."
|
||||
description: "Lance les tests d'intégration dans Docker (capture TLS client + outputs)."
|
||||
commands:
|
||||
- "docker compose -f docker-compose.test.yml up --build --abort-on-container-exit"
|
||||
- "docker compose -f docker-compose.test.yml up --build --abort-on-container-exit --exit-code-from ja4sentinel-test"
|
||||
- name: "lint"
|
||||
description: "Lance les linters (go vet, staticcheck, etc.)."
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user