Skip to content

Commit

Permalink
Minor CI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuGZ committed Oct 29, 2024
1 parent 5b09783 commit d28adbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:

jobs:
build:
name: "Build and Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,6 +34,7 @@ jobs:

install:
# This assumes that the worker will be using systemctl
name: "Install on Github Worker"
runs-on: ubuntu-latest
needs: build
steps:
Expand Down
3 changes: 1 addition & 2 deletions ci-helpers/check-installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ check_file() {

echo "Checking the existence of the necessary files..."
# Daemon
# check_file "~/.local/share/razercontrol"
check_file "$HOME/.local/share/razercontrol"
check_file "/usr/share/razercontrol/daemon"
check_file "/usr/share/razercontrol/laptops.json"
check_file "/etc/udev/rules.d/99-hidraw-permissions.rules"
Expand All @@ -22,7 +22,6 @@ check_file "/usr/bin/razer-settings"
check_file "/usr/share/applications/razer-settings.desktop"
echo "All files are present"


printf "Checking that the service is enabled: "
systemctl --user is-enabled razercontrol.service

Expand Down

0 comments on commit d28adbb

Please sign in to comment.