Skip to content

Commit

Permalink
iox-#2330 Add systemctl status check in build workflow
Browse files Browse the repository at this point in the history
Include a new step to check the status of the test_iox service before starting it. This ensures any issues with the service status are identified early in the workflow process.
  • Loading branch information
khromenokroman committed Aug 28, 2024
1 parent 93a1ac9 commit 022d7fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_systemd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: cat /usr/lib/systemd/system/test_iox.service
- name: Daemon reload
run: sudo systemctl daemon-reload
- name: Status roudi
run: sudo systemctl status test_iox
- name: Start roudi
run: sudo systemctl start test_iox
- name: Stop roudi
Expand Down

0 comments on commit 022d7fd

Please sign in to comment.