🐛 fix(gitea_workflow): clean up temp repos after job steps
This commit is contained in:
@@ -37,7 +37,7 @@ class GiteaWorkflowBootstrapTests(unittest.TestCase):
|
||||
or 'mkdir -p "${{ env.WORKSPACE_DIR }}"' in text
|
||||
)
|
||||
self.assertIn('echo "REPO_DIR=$REPO_DIR" >>', text)
|
||||
self.assertIn("trap", text)
|
||||
self.assertIn("if: always()", text)
|
||||
self.assertIn('rm -rf "$REPO_DIR"', text)
|
||||
|
||||
def test_test_workflow_installs_tomli_for_python_template_validation(self):
|
||||
|
||||
Reference in New Issue
Block a user