From 22c4c5f4cf4d254b4f996ddcfff2067dd92f9c3c Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:44:10 +0200 Subject: [PATCH] Update GHA workflow [skip travis] --- .github/workflows/action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f0ce759c2..8727c777d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -56,8 +56,9 @@ jobs: cat /etc/nginx/nginx.conf sudo systemctl list-units --type=service --all sudo systemctl enable nginx - sudo systemctl status nginx.service - sudo systemctl status nginx + sudo systemctl list-units --type=service --all + #sudo systemctl status nginx.service + #sudo systemctl status nginx if: always()