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.
2 parents 0b4dbc9 + 155ef34 commit f7d259bCopy full SHA for f7d259b
.github/workflows/multinode.yml
@@ -363,6 +363,11 @@ jobs:
363
working-directory: ${{ github.workspace }}/terraform-kayobe-multinode
364
if: ${{ always() && steps.config_ach.outcome == 'success' }}
365
366
+ - name: Print final lines of tmux log
367
+ run: |
368
+ tail -n 250 ${{ github.workspace }}/logs/tmux.kayobe:0.log
369
+ if: ${{ failure() && steps.config_ach.outcome == 'success' }}
370
+
371
# GitHub Actions does not accept filenames with certain characters, and
372
# fails the upload-artifact action if any exist. The tmux log file
373
# contains a colon, as do previous Tempest results directories.
0 commit comments