Skip to content

Commit

Permalink
remove tail from colima start
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
  • Loading branch information
douglascamata committed Sep 14, 2024
1 parent 34ab111 commit a9466bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ runs:
COLIMA_ARGS="$COLIMA_ARGS --network-address"
fi
echo "::group::Starting Colima with args: $COLIMA_ARGS"
colima start $COLIMA_ARGS &
while ! tail -f /Users/runner/.colima/_lima/colima/serial*.log ; do sleep 1 ; done
colima start $COLIMA_ARGS
echo "::endgroup::"
shell: bash
- name: Start SSH debug session
Expand Down

0 comments on commit a9466bc

Please sign in to comment.