From: Paul Luse Date: Wed, 30 Apr 2025 21:04:14 +0000 (-0700) Subject: Update tests.yml X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=32ab389711c718e1690e6f63c21adbd8b84b010a;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 2556fccf..73082fd2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,9 +37,9 @@ jobs: vagrant status vagrant up sleep 2 - vagrant ssh -c "uname -r" - echo "FYI vagrant uname command finished with exit code: $?" - + vagrant ssh -c "sudo timedatectl set-timezone UTC && \ + sudo systemctl restart chronyd && sudo chronyc -a makestep && sleep 1 && uname -r" + echo "FYI vagrant time command finished with exit code: $?" - name: 'Run tests' id: testing continue-on-error: true