Skip to content

Commit 3d0ed7e

Browse files
committed
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.
1 parent a6f4226 commit 3d0ed7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-add-compiler.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
bundle exec bolt plan run peadm_spec::add_compiler -v \
9292
--inventoryfile spec/fixtures/litmus_inventory.yaml \
9393
--modulepath spec/fixtures/modules \
94-
architecture=${{ matrix.architecture }}
94+
architecture=${{ matrix.architecture }} \
95+
--stream
9596
- name: Wait as long as the file ${HOME}/pause file is present
9697
if: ${{ always() && github.event.inputs.ssh-debugging == 'true' }}
9798
run: |

0 commit comments

Comments
 (0)