Skip to content

Commit

Permalink
Update keywords-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Oct 15, 2023
1 parent 112917a commit 60ece0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/keywords-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,9 @@ jobs:
done
# Mostrar la lista completa de elementos que faltan
echo -e "\n\033[1mMissing Keywords:\033[0m"
echo -e "$missing_keywords \n"
# Detener la acción si se encontraron elementos que faltan
if [ -n "$missing_keywords" ]; then
echo -e "\n\033[1mMissing Keywords:\033[0m"
echo -e "$missing_keywords \n"
exit 1 # Terminar la ejecución con un código de error
fi
continue-on-error: false
Expand Down

0 comments on commit 60ece0a

Please sign in to comment.