Skip to content

Commit

Permalink
Do not start Colima in the background
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Sep 19, 2024
1 parent 800fec1 commit a6ebe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ runs:
COLIMA_ARGS="$COLIMA_ARGS --network-address"
fi
echo "::group::Starting Colima with args: $COLIMA_ARGS"
colima start $COLIMA_ARGS &
colima start $COLIMA_ARGS
echo "::endgroup::"
shell: bash
- id: docker-client-version
Expand Down

0 comments on commit a6ebe55

Please sign in to comment.