Skip to content

Commit 51f6e75

Browse files
committed
feat: add github actions cleanup
1 parent 83fbffa commit 51f6e75

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-all-unit-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
run: loginctl enable-linger $(whoami)
3232
- run: npm ci
3333
- run: npx tsx scripts/cleanup-github-actions.ts
34-
35-
- name: Setup tmate session
36-
uses: mxschmitt/action-tmate@v3
34+
#
35+
# - name: Setup tmate session
36+
# uses: mxschmitt/action-tmate@v3
3737

3838
- run: npm run test -- ./test --no-file-parallelism --disable-console-intercept

scripts/cleanup-github-actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ await PluginTester.uninstall(pluginPath, [
88
{ type: 'docker' },
99
]);
1010

11-
await testSpawn('apt-get autoremove -y golang docker-ce python rust ruby rpm python3 python php', { requiresRoot: true })
11+
await testSpawn('apt-get autoremove -y golang ruby rpm python3 php zig', { requiresRoot: true })
1212

1313
// Remove pre-installed tools that don't have Codify resources
1414
// Python — remove all python-related binaries and symlinks

0 commit comments

Comments
 (0)