Skip to content

Commit

Permalink
chore: yeeted cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLany123 committed May 6, 2024
1 parent dc15f83 commit c9ac6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c9ac6de

Please sign in to comment.