From d72fa59eb0a3d4f1497e9ab05a5c3f808f01e7b1 Mon Sep 17 00:00:00 2001 From: tristan-greffe Date: Tue, 12 Mar 2024 11:37:44 +0100 Subject: [PATCH] ci: implementing new workflow using kash repository --- scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 86bcea8..73a275d 100644 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -99,7 +99,7 @@ trap 'send_slack_message "$ROOT_DIR" "$NODE_VER" "$APP" "failed"' ERR ## use_node "$NODE_VER" -yarn && yarn test +yarn test ## Publish code coverage ##