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

fix: wip new pipeline

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