ci(build): allow the unit file to be tested.
All checks were successful
build / build (push) Successful in 12s

As the container that runs the workflow logs in as root it is impossible
to test starting a user service without some work that I cba to do.
But I can at least verify that the unit file is valid
This commit is contained in:
Robert Morrison 2024-07-03 22:07:06 +01:00
parent 481cc21d6c
commit 8c5a844d18
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -19,3 +19,9 @@ jobs:
- name: Run make - name: Run make
run: make run: make
- name: Install dexedrine to the container
run: sudo make install
- name: Test unit file
run: systemd-analyze verify dexedrine.service