dapr / dapr/quickstarts

Installing Docker on MacOS in github workflows is unreliable

Open
#755 2 comments 0 reactions 1 assignee Claimed by @sarsharma View on GitHub
Dominant language
Java
Stars
1.1k
Forks
547
PR merge metrics
No merged PRs in 30d

Description

Currently, the github action `docker-practice/actions-setup-docker@v1` is used to install docker on MacOS for the workflows since docker is not baked in for the macos runner image.
However, this action is not reliable and fails to trigger sometimes, causing the tests to run for a long duration, before they timeout.
This issue has been observed previously too https://github.com/docker-practice/actions-setup-docker/issues/19

Possible fix might include installing docker through homebew or switching to podman instead of docker for running tests

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.