Skip to content

Commit 91db1bf

Browse files
committed
#369 Try to run Docker on macOS
during Matrix tests
1 parent 142263a commit 91db1bf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test-java-os-mix.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ jobs:
6464
- name: Make HSC file executable
6565
run: chmod +x htmlSanityCheck-cli/build/install/hsc/bin/hsc
6666

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+
6774
- name: Execute integration tests (Unixes)
6875
if: runner.os != 'Windows'
6976
run: |

0 commit comments

Comments
 (0)