Skip to content

Commit

Permalink
Try starting colima service
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Sep 24, 2024
1 parent cea50a3 commit 7d0d080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Test Docker
run: brew install docker colima && docker run hello-world
run: brew install docker colima && brew services start colima && docker run hello-world
if: ${{ matrix.os == 'macos-latest' }}
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7d0d080

Please sign in to comment.