From 31469505f13119bc15e68278bd29472772564e38 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:47:40 +0200 Subject: [PATCH] Update GHA workflow [skip travis] --- .github/workflows/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 31c6bc431..42e7e3f4b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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()