Skip to content

Commit 3f98f2c

Browse files
committed
feat: move apt autoremove down
1 parent 8217f65 commit 3f98f2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/cleanup-github-actions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import path from 'node:path';
33

44
const pluginPath = path.resolve('./src/index.ts');
55

6-
await testSpawn('apt-get autoremove -y ruby rpm python awscli', { requiresRoot: true });
7-
86
// Uninstall resources that have Codify resource definitions
97
await PluginTester.uninstall(pluginPath, [
108
{ type: 'docker' },
119
{ type: 'aws-cli'}
1210
]);
1311

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

1616
await testSpawn('rm -rf /usr/bin/go', { requiresRoot: true })

0 commit comments

Comments
 (0)