Skip to content

Commit

Permalink
install docker with brew
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil committed Jun 24, 2024
1 parent 9bd640a commit 3c466db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_install() -> None:
)

if platform.system() == "Darwin":
subprocess.run("brew install docker; dockerd &", shell=True, check=True)
result = runner.invoke(app, ["install"], input="Yes\nNo\n\n")
assert result.exit_code == 0
time.sleep(1)
Expand Down

0 comments on commit 3c466db

Please sign in to comment.