Skip to content

Commit b8358c9

Browse files
committed
feat: add github actions cleanup
1 parent 8523250 commit b8358c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/cleanup-github-actions.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ await PluginTester.uninstall(pluginPath, [
99
{ type: 'aws-cli'}
1010
]);
1111

12-
await testSpawn('apt-get autoremove -y ruby* rpm python*', { requiresRoot: true });
12+
await testSpawn('apt-get autoremove -y ruby rpm python', { requiresRoot: true });
1313
await testSpawn('rustup self uninstall -y');
1414

1515
await testSpawn('rm -rf /usr/bin/go', { requiresRoot: true })
16+
await testSpawn('rm -rf /usr/bin/python', { requiresRoot: true })
17+
await testSpawn('rm -rf /usr/bin/ruby', { requiresRoot: true })

0 commit comments

Comments
 (0)