Here is my action progress.
We can see the time of initializing containers is very long.
On circle CI, the time is about 30 seconds. However in github actions, it costs twice.
How to reduce the time cost? (i.e. local Docker image, caching image, …)
Here is my action progress.
We can see the time of initializing containers is very long.
On circle CI, the time is about 30 seconds. However in github actions, it costs twice.
How to reduce the time cost? (i.e. local Docker image, caching image, …)