mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update smoke-tests.yml
This commit is contained in:
2
.github/workflows/smoke-tests.yml
vendored
2
.github/workflows/smoke-tests.yml
vendored
@@ -201,7 +201,7 @@ jobs:
|
||||
if: ${{ github.repository_owner == 'Armbian' && env.PROCEED == 'true' }}
|
||||
run: |
|
||||
|
||||
ssh -o StrictHostKeyChecking=no root@${{ matrix.ip }} "apt -y -qq install neofetch"
|
||||
ssh -o StrictHostKeyChecking=no root@${{ matrix.ip }} "dpkg --configure -a; apt -y -qq install neofetch; apt -y autoremove"
|
||||
ssh -o StrictHostKeyChecking=no root@${{ matrix.ip }} "neofetch"
|
||||
|
||||
- name: Dmesg
|
||||
|
||||
Reference in New Issue
Block a user