We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8217f65 commit 3f98f2cCopy full SHA for 3f98f2c
1 file changed
scripts/cleanup-github-actions.ts
@@ -3,14 +3,14 @@ import path from 'node:path';
3
4
const pluginPath = path.resolve('./src/index.ts');
5
6
-await testSpawn('apt-get autoremove -y ruby rpm python awscli', { requiresRoot: true });
7
-
8
// Uninstall resources that have Codify resource definitions
9
await PluginTester.uninstall(pluginPath, [
10
{ type: 'docker' },
11
{ type: 'aws-cli'}
12
]);
13
+await testSpawn('apt-get autoremove -y ruby rpm python awscli', { requiresRoot: true });
+
14
await testSpawn('rustup self uninstall -y');
15
16
await testSpawn('rm -rf /usr/bin/go', { requiresRoot: true })
0 commit comments