ci(build): allow the unit file to be tested.
All checks were successful
build / build (push) Successful in 12s
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:
parent
481cc21d6c
commit
8c5a844d18
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user