Skip to content

Commit

Permalink
try verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rteeling-evernorth committed Sep 30, 2024
1 parent 3dd55a3 commit bed8730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}

- name: Start Colima
run: colima start --runtime docker --kubernetes
run: colima start --runtime docker --kubernetes --verbose

- name: Delay
run: sleep 20
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}

- name: Start Colima
run: colima start --runtime docker
run: colima start --runtime docker --verbose

- name: Delay
run: sleep 10
Expand Down

0 comments on commit bed8730

Please sign in to comment.