We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200e62f commit 849e9fbCopy full SHA for 849e9fb
.github/workflows/build.yml
@@ -37,6 +37,12 @@ jobs:
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
native-image-job-reports: 'true'
39
40
+ - name: Setup Docker on macOS
41
+ if: runner.os == 'macOS'
42
+ uses: douglascamata/setup-docker-macos-action@v1.0.1
43
+ with:
44
+ colima-network-address: true
45
+
46
- name: Tests
47
run: ./gradlew check
48
0 commit comments