Skip to content

Commit 2229728

Browse files
committed
feat: add github actions cleanup
1 parent a0429bc commit 2229728

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/cleanup-github-actions.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ const pluginPath = path.resolve('./src/index.ts');
55

66
// Uninstall resources that have Codify resource definitions
77
await PluginTester.uninstall(pluginPath, [
8-
{ type: 'docker' }
8+
{
9+
type: 'apt',
10+
install: ['go', 'docker', 'python', 'rust']
11+
},
12+
{ type: 'docker' },
913
]);
1014

1115
// Remove pre-installed tools that don't have Codify resources

0 commit comments

Comments
 (0)