Skip to content

Commit 86cf46d

Browse files
authored
Fix CI timeout (#108)
* add api client with grpc kotlin * fix up the integration test runner
1 parent e3a452c commit 86cf46d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
uses: gradle/gradle-build-action@v2
4545
- name: Validate Gradle Wrapper
4646
uses: gradle/wrapper-validation-action@v1
47+
# Workaround for https://github.com/actions/runner-images/issues/8104
48+
- name: Fix Qemu Error
49+
run: |
50+
brew remove --ignore-dependencies qemu
51+
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/f88e30b3a23ef3735580f9b05535ce5a0a03c9e3/Formula/qemu.rb
52+
brew install ./qemu.rb
4753
- name: Set up Docker
4854
run: brew install docker docker-compose
4955
- name: Start Colima

0 commit comments

Comments
 (0)