From: Paul Luse Date: Thu, 24 Apr 2025 16:03:32 +0000 (-0700) Subject: Update tests.yml X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd2f5da6fe7995190627f8a7bd9f6ff90aad1d4;p=thirdparty%2Fmdadm.git Update tests.yml Signed-off-by: Paul Luse --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b361571..2556fccf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,9 +37,8 @@ jobs: vagrant status vagrant up sleep 2 - vagrant ssh -c "uname -r && sudo timedatectl set-timezone UTC && \ - sudo systemctl restart chronyd && sudo chronyc -a makestep && sleep 1" - echo "FYI vagrant time command finished with exit code: $?" + vagrant ssh -c "uname -r" + echo "FYI vagrant uname command finished with exit code: $?" - name: 'Run tests' id: testing