Skip to content

Commit

Permalink
Merge branch 'production' into fix-names-keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost authored Oct 15, 2023
2 parents b8b77d7 + 60ece0a commit 00d6d7d
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 00d6d7d

Please sign in to comment.