Update GHA workflow [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-04 15:44:10 +02:00
parent 72fe17e130
commit 22c4c5f4cf
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -56,8 +56,9 @@ jobs:
cat /etc/nginx/nginx.conf cat /etc/nginx/nginx.conf
sudo systemctl list-units --type=service --all sudo systemctl list-units --type=service --all
sudo systemctl enable nginx sudo systemctl enable nginx
sudo systemctl status nginx.service sudo systemctl list-units --type=service --all
sudo systemctl status nginx #sudo systemctl status nginx.service
#sudo systemctl status nginx
if: always() if: always()