Update smoke-tests.yml

This commit is contained in:
Igor Pečovnik
2022-12-31 12:59:08 +01:00
committed by GitHub
parent 97384bb1f5
commit da7db511d8

View File

@@ -106,7 +106,7 @@ jobs:
if: ${{ github.repository_owner == 'Armbian' && env.PROCEED == 'true' }}
run: |
ssh -i ~/.ssh/duts -o StrictHostKeyChecking=no root@${{ env.DUT_IP }} "dpkg --configure -a; apt-get -y install neofetch datamash p7zip" || true
ssh -i ~/.ssh/duts -o StrictHostKeyChecking=no root@${{ env.DUT_IP }} "dpkg --configure -a; apt-get -y install neofetch datamash p7zip-full" || true
ssh -i ~/.ssh/duts -o StrictHostKeyChecking=no root@${{ env.DUT_IP }} "timeout 60 neofetch" || true
- name: To nightly