Deleting the matrix environment after running tests during hatch run all:test
?
#1875
Unanswered
golmschenk
asked this question in
Q&A
Replies: 1 comment
-
This is not a general solution to the issue. However, in case anyone else runs into a
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to tell hatch to delete the environment after each environment finishes its tests during a
hatch run all:test
run?I've recently been running into disk space issues on my CI runners when running tests with several environments. I'm hoping to have the environments be cleaned up after a run so that I don't hit these limits.
Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions