Skip to content

Commit

Permalink
BACKLOG-23326: Remove garbage characters in logs (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Oct 23, 2024
1 parent fcfb291 commit c07f05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi

echo "$(date +'%d %B %Y - %k:%M') == Running Cypress with configuration file ${CYPRESS_CONFIGURATION_FILE} =="

yarn e2e:ci --config-file "${CYPRESS_CONFIGURATION_FILE}"
NO_COLOR=1 yarn e2e:ci --config-file "${CYPRESS_CONFIGURATION_FILE}"

if [[ $? -eq 0 ]]; then
echo "$(date +'%d %B %Y - %k:%M') == Full execution successful =="
Expand Down

0 comments on commit c07f05f

Please sign in to comment.