Skip to content

Commit 71b6a73

Browse files
committed
feat: added command not found
1 parent 5dc6e58 commit 71b6a73

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
cache: 'npm'
2929
- name: Enable linger for admin user (Linux only)
3030
if: runner.os == 'Linux'
31-
run:
32-
loginctl enable-linger $(whoami
31+
run: loginctl enable-linger $(whoami)
3332
- run: npm ci
3433
- run: npx tsx scripts/cleanup-github-actions.ts
3534

0 commit comments

Comments
 (0)