We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849e9fb commit 1baaa71Copy full SHA for 1baaa71
.github/workflows/build.yml
@@ -37,13 +37,9 @@ 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
+ if: ${{ !(runner.os == 'macOS' && runner.arch == 'ARM64') }}
47
run: ./gradlew check
48
49
- name: Tests reports
0 commit comments