Skip to content

Commit 7f7f301

Browse files
committed
feat: enable all tests once more
1 parent 2fd87a4 commit 7f7f301

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
cache: 'npm'
2929
- name: Enable linger for admin user (Linux only)
3030
if: runner.os == 'Linux'
31-
run: loginctl enable-linger $(whoami)
31+
run:
32+
loginctl enable-linger $(whoami)
33+
sudo rm -f /etc/apt/apt.conf.d/50command-not-found
3234
- run: npm ci
3335
- run: npx tsx scripts/cleanup-github-actions.ts
3436

0 commit comments

Comments
 (0)