Skip to content

Commit

Permalink
maybe workaround actions/runner-images#8104
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-tbd committed Aug 21, 2023
1 parent 666b59d commit 5e1b203
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@ jobs:
run: npm run build

- name: install docker
run: brew install docker && brew install docker-compose && colima start
run: brew install docker && brew install docker-compose # && colima start

- name: update qemu to work around https://github.com/actions/runner-images/issues/8104
run: brew remove --ignore-dependencies qemu && curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb && brew install ./qemu.rb

- name: start docker
run: colima start

- name: start local dwn server
run: cd testfiles && docker-compose up -d
Expand Down

0 comments on commit 5e1b203

Please sign in to comment.