-
I just noticed that both GitHub Action workflows tear down resources after executing their job. Out of curiosity, I am interested in knowing why? I never thought this was required, as I assumed that the worker is automatically killed/cleaned up after a run. Is this a wrong assumption? Please enlighten me 🙏🏻😃 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your assumption is correct 😊 Still, there are a few reason I included it as a step:
Upon switching to molecule in #67, we will drop the explicit PS: We will still have a |
Beta Was this translation helpful? Give feedback.
Your assumption is correct 😊 Still, there are a few reason I included it as a step:
.vagrant.d/boxes
(to avoid running into the rate limits ofvagrantcloud.com
by downloading to Ubuntu image to often). Even though I reckon that running VMs do not write to that directory, I wanted to make sure that there are no unforeseen side-effects there.