Skip to content

Commit b452f07

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-e2e.yml

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

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

0 commit comments

Comments
 (0)