]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Update tests.yml
authorPaul Luse <paul.e.luse@intel.com>
Wed, 30 Apr 2025 21:04:14 +0000 (14:04 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Apr 2025 21:04:14 +0000 (14:04 -0700)
Signed-off-by: Paul Luse <paul.e.luse@intel.com>
.github/workflows/tests.yml

index 2556fccfb99b9aae90dd05baca5e42bf30a063ed..73082fd2ef156336115432609cbcc5be33d51d1d 100644 (file)
@@ -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