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