ci: add PHP and JS unit tests to workflows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -37,6 +37,12 @@ jobs:
|
||||
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
|
||||
|
||||
deploy:
|
||||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user