Skip to content

Commit

Permalink
ci: Verify cmu --version prints the expected version
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Sep 5, 2024
1 parent f06d737 commit 26b792c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_ubuntu_verify_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

0 comments on commit 26b792c

Please sign in to comment.