Skip to content

Commit ff70516

Browse files
committed
Print final log lines to gh output
1 parent 70d0e82 commit ff70516

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/multinode.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,11 @@ jobs:
371371
working-directory: ${{ github.workspace }}/terraform-kayobe-multinode
372372
if: ${{ always() && steps.config_ach.outcome == 'success' }}
373373

374+
- name: Print final lines of tmux log
375+
run: |
376+
tail -n 250 ${{ github.workspace }}/logs/tmux.kayobe:0.log
377+
if: ${{ always() && steps.config_ach.outcome == 'success' }}
378+
374379
# GitHub Actions does not accept filenames with certain characters, and
375380
# fails the upload-artifact action if any exist. The tmux log file
376381
# contains a colon, as do previous Tempest results directories.

0 commit comments

Comments
 (0)