diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 31c6bc431..42e7e3f4b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -59,6 +59,9 @@ jobs: sudo systemctl list-units --type=service --all sudo systemctl start nginx sudo systemctl list-units --type=service --all + sudo nginx -t + sudo systemctl reload nginx + sudo systemctl list-units --type=service --all #sudo systemctl status nginx.service #sudo systemctl status nginx if: always()