Update smoke-tests.yml

This commit is contained in:
Igor Pečovnik
2022-08-13 22:55:02 +02:00
committed by GitHub
parent 7aefe8bb97
commit f1fd609a15

View File

@@ -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