From 26b792ca32dfbbed7904454bccd96904bba2590d Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Thu, 5 Sep 2024 15:27:24 +0200 Subject: [PATCH] ci: Verify cmu --version prints the expected version --- .github/workflows/ci_ubuntu_verify_installation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_ubuntu_verify_installation.yml b/.github/workflows/ci_ubuntu_verify_installation.yml index 312860a..56cddb1 100644 --- a/.github/workflows/ci_ubuntu_verify_installation.yml +++ b/.github/workflows/ci_ubuntu_verify_installation.yml @@ -54,3 +54,5 @@ jobs: run: sudo pkill python3 - name: Codemeter is running run: systemctl status codemeter + - name: Codemeter version output is expected + run: cmu --version | grep -q '${{ matrix.version }}'