Skip to content

Commit

Permalink
CI: check that the binaries are on the path
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuGZ committed Oct 29, 2024
1 parent 527bf00 commit 711542d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci-helpers/check-installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ echo "All files are present"
printf "Checking that the service is enabled: "
systemctl --user is-enabled razercontrol.service

echo "Checking files on the path"
printf -- "- " && which razer-cli
printf -- "- " && which razer-settings

echo "Done!"

0 comments on commit 711542d

Please sign in to comment.