From 72fe17e130dc4a9a45aef7224f48cf04d3087877 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:43:05 +0200 Subject: [PATCH] Update GHA workflow [skip travis] --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index bf5f35f7d..f0ce759c2 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -55,8 +55,8 @@ jobs: sudo netstat -napt cat /etc/nginx/nginx.conf sudo systemctl list-units --type=service --all - sudo systemctl status nginx.service sudo systemctl enable nginx + sudo systemctl status nginx.service sudo systemctl status nginx if: always()