Update GHA workflow [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-04 15:47:40 +02:00
parent 79adee7044
commit 31469505f1
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -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()