Skip to content

Commit

Permalink
ci: fix retry color (#34094)
Browse files Browse the repository at this point in the history
* color

* fix

* fix
  • Loading branch information
maxime-desroches authored Nov 23, 2024
1 parent 83950c1 commit 1bbace7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ runs:
name: No retries!
run: |
if [ "${{ github.run_attempt }}" -gt 1 ]; then
echo -e "\033[31m"
echo "##################################################"
echo " Retries not allowed! Fix the flaky test! "
echo "##################################################"
echo -e "\033[0m"
echo -e "\033[0;31m##################################################"
echo -e "\033[0;31m Retries not allowed! Fix the flaky test! "
echo -e "\033[0;31m##################################################\033[0m"
exit 1
fi
Expand Down

0 comments on commit 1bbace7

Please sign in to comment.