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 e966eab commit b452f07Copy full SHA for b452f07
.github/workflows/test-e2e.yml
@@ -80,6 +80,7 @@ jobs:
80
81
- name: Test | Check End-to-End Test Results
82
run: |
83
+ cat "$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