We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b452f07 commit b23e1a0Copy full SHA for b23e1a0
.github/workflows/test-e2e.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Test | Check End-to-End Test Results
82
run: |
83
- cat "$APP_CONSOLE_LOG"
+ cat -vET "$APP_CONSOLE_LOG"
84
echo "Lines in $APP_CONSOLE_LOG: $(wc -l < $APP_CONSOLE_LOG)"
85
echo "Lines in $APP_FILE_LOG: $(wc -l < $APP_FILE_LOG)"
86
echo "Size of $APP_FILE_LOG_ROOT: $(wc -c < $APP_FILE_LOG_ROOT)"
0 commit comments