Skip to content

Commit b23e1a0

Browse files
committed
test(debug): find out why app console log has 4 lines rather than 3
1 parent b452f07 commit b23e1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Test | Check End-to-End Test Results
8282
run: |
83-
cat "$APP_CONSOLE_LOG"
83+
cat -vET "$APP_CONSOLE_LOG"
8484
echo "Lines in $APP_CONSOLE_LOG: $(wc -l < $APP_CONSOLE_LOG)"
8585
echo "Lines in $APP_FILE_LOG: $(wc -l < $APP_FILE_LOG)"
8686
echo "Size of $APP_FILE_LOG_ROOT: $(wc -c < $APP_FILE_LOG_ROOT)"

0 commit comments

Comments
 (0)