Skip to content

Commit 7d1d33e

Browse files
committed
feat: add github actions cleanup
1 parent f80516d commit 7d1d33e

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,4 +8,4 @@ await PluginTester.uninstall(pluginPath, [
88
{ type: 'docker' },
99
]);
1010

11-
await testSpawn('apt-get autoremove -y golang ruby rpm python3 php', { requiresRoot: true })
11+
await testSpawn('apt-get autoremove -y ruby rpm python3 rustc golang', { requiresRoot: true })

0 commit comments

Comments
 (0)