Skip to content

Commit

Permalink
Add exit function #2051
Browse files Browse the repository at this point in the history
This was missing in #2051
Without it the actions do not fail if validation fails.
  • Loading branch information
TobiasNx authored Aug 15, 2024
1 parent 614a13e commit 06589d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/validateJsonTestFiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ then
echo -e "All tests \033[0;32mPASSED\033[0m\n"
else
echo -e "Test \033[0;31mFAILED\033[0m\n"
exit 1
fi

0 comments on commit 06589d1

Please sign in to comment.