We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142263a commit 91db1bfCopy full SHA for 91db1bf
1 file changed
.github/workflows/test-java-os-mix.yml
@@ -64,6 +64,13 @@ jobs:
64
- name: Make HSC file executable
65
run: chmod +x htmlSanityCheck-cli/build/install/hsc/bin/hsc
66
67
+ - name: Install dependencies on macOS
68
+ if: runner.os == 'MacOS'
69
+ run: |
70
+ brew install docker
71
+ brew install colima
72
+ colima start
73
+
74
- name: Execute integration tests (Unixes)
75
if: runner.os != 'Windows'
76
run: |
0 commit comments