ci: add PHP and JS unit tests to workflows
Déploiement PROD / check (push) Successful in 3m28s
Déploiement PROD / deploy (push) Successful in 8s

This commit is contained in:
2026-07-26 22:52:46 +04:00
parent f895800c9d
commit 9b460a2550
4 changed files with 21 additions and 9 deletions
+6
View File
@@ -36,3 +36,9 @@ jobs:
node --check "$f" || exit 1
done
echo "JS lint OK"
- name: Tests unitaires PHP
run: php tests/php/run.php
- name: Tests unitaires JS
run: node tests/js/run.js