Skip to content
Snippets Groups Projects
Verified Commit ed38f752 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent 7da48e9e
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
${pkgs.eza}/bin/eza -T -L2
if ! ${pkgs.nodePackages_latest.mocha}/bin/mocha --colors --jobs 1 --bail --recursive ''${TEST_CASES_PATH}
if ! ${pkgs.nodejs_20}/bin/npx mocha --colors --jobs 1 --bail --recursive ''${TEST_CASES_PATH}
then
echo "Tests failed, check your JS!"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment