From 3d0ed7e130d118f227bf85de93d0ff9bdec2f96f Mon Sep 17 00:00:00 2001 From: Ioannis Karasavvaidis Date: Mon, 9 Sep 2024 12:19:46 +0100 Subject: [PATCH] feat(workflow): add --stream option to bolt plan run command Added the --stream option to the bolt plan run command in the test-add-compiler GitHub workflow. This change ensures that the output is streamed in real-time. --- .github/workflows/test-add-compiler.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-add-compiler.yaml b/.github/workflows/test-add-compiler.yaml index a87ef751..e88a1c6e 100644 --- a/.github/workflows/test-add-compiler.yaml +++ b/.github/workflows/test-add-compiler.yaml @@ -91,7 +91,8 @@ jobs: bundle exec bolt plan run peadm_spec::add_compiler -v \ --inventoryfile spec/fixtures/litmus_inventory.yaml \ --modulepath spec/fixtures/modules \ - architecture=${{ matrix.architecture }} + architecture=${{ matrix.architecture }} \ + --stream - name: Wait as long as the file ${HOME}/pause file is present if: ${{ always() && github.event.inputs.ssh-debugging == 'true' }} run: |