diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f0ce759c2..8727c777d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -56,8 +56,9 @@ jobs: cat /etc/nginx/nginx.conf sudo systemctl list-units --type=service --all sudo systemctl enable nginx - sudo systemctl status nginx.service - sudo systemctl status nginx + sudo systemctl list-units --type=service --all + #sudo systemctl status nginx.service + #sudo systemctl status nginx if: always()