From c9ac6de2f128c7270e388535d3b711f84803165a Mon Sep 17 00:00:00 2001 From: lander Date: Mon, 6 May 2024 20:12:27 +0200 Subject: [PATCH] chore: yeeted cypress --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 500e6073..91cb140d 100755 --- a/test.sh +++ b/test.sh @@ -92,7 +92,7 @@ fi exit_code=0 echo "-----------------" -if [ $cypress_exit -ne 0 ] || [ $vitest_exit -ne 0 ] || [ $django_exit -ne 0 ]; then +if [ $vitest_exit -ne 0 ] || [ $django_exit -ne 0 ]; then echo "Tests failed:" if [ $cypress_exit -ne 0 ]; then echo " - Cypress"