Skip to content

Commit eb42ea0

Browse files
committed
feat: added command not found
1 parent d5976b9 commit eb42ea0

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
@@ -6,7 +6,7 @@ const pluginPath = path.resolve('./src/index.ts');
66
// Uninstall resources that have Codify resource definitions
77
await PluginTester.uninstall(pluginPath, [
88
{ type: 'docker' },
9-
{ type: 'aws-cli'}
9+
// { type: 'aws-cli'}
1010
]);
1111

1212
await testSpawn('apt-get autoremove -y ruby rpm python', { requiresRoot: true });
@@ -17,4 +17,4 @@ await testSpawn('rm -rf /usr/bin/python', { requiresRoot: true })
1717
await testSpawn('rm -rf /usr/bin/python3', { requiresRoot: true })
1818
await testSpawn('rm -rf /usr/bin/ruby', { requiresRoot: true })
1919

20-
await testSpawn('apt install --reinstall command-not-found', { requiresRoot: true });
20+
// await testSpawn('apt install --reinstall command-not-found', { requiresRoot: true });

0 commit comments

Comments
 (0)