diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 5226079bc..31c6bc431 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -58,6 +58,7 @@ jobs: sudo systemctl enable nginx sudo systemctl list-units --type=service --all sudo systemctl start nginx + sudo systemctl list-units --type=service --all #sudo systemctl status nginx.service #sudo systemctl status nginx if: always()