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 70d0e82 commit ff70516Copy full SHA for ff70516
.github/workflows/multinode.yml
@@ -371,6 +371,11 @@ jobs:
371
working-directory: ${{ github.workspace }}/terraform-kayobe-multinode
372
if: ${{ always() && steps.config_ach.outcome == 'success' }}
373
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
+
379
# GitHub Actions does not accept filenames with certain characters, and
380
# fails the upload-artifact action if any exist. The tmux log file
381
# contains a colon, as do previous Tempest results directories.
0 commit comments