Compare commits

..

1 Commits

Author SHA1 Message Date
Corentin Sechet 838cb33cf8 ci: run javascript unit tests on Jenkins (#75133)
gitea/gadjo/pipeline/head There was a failure building this commit Details
2023-03-07 16:57:38 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ deps =
pylint: pylint
pylint: pylint-django
install_command =
jest: bash -x setup-node.sh {opts} {packages}
jest: bash setup-node.sh {opts} {packages}
commands =
codestyle: pre-commit run --all-files --show-diff-on-failure
jest: npx jest