mirror of
https://github.com/nektos/act.git
synced 2026-04-27 09:55:55 +03:00
[GH-ISSUE #641] [Build] Issue: MacOS Github Docker Install Times are crazy #420
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#420
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JustinGrote on GitHub (Apr 27, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/641
MacOS Tests can take nearly a half hour to run, most of that is a very variable amount of time to install docker. Recommend disabling it until a more stable method can be defined (use cache action after docker is installed maybe?)
https://github.com/nektos/act/runs/2444025568?check_suite_focus=true
@catthehacker commented on GitHub (Apr 27, 2021):
I'm aware of this but this is a problem with GitHub Actions, their macOS runners are just 😿 I'm working on getting self-hosted mac to have it as runner
@catthehacker commented on GitHub (Apr 28, 2021):
Got install time below 5 minutes, currently trying to polish the install
@catthehacker commented on GitHub (Apr 28, 2021):
😉
@catthehacker commented on GitHub (Apr 28, 2021):
I think this is quite ok-ish time for tests.
@JustinGrote commented on GitHub (Apr 28, 2021):
Yep well into the "good enough" category, thanks!