Skip to content

Commit

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

0 comments on commit df2622c

Please sign in to comment.