From 79adee704419df12e7d2d09e14e37ddf757cbc96 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:46:23 +0200 Subject: [PATCH] Update GHA workflow [skip travis] --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 5226079bc..31c6bc431 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -58,6 +58,7 @@ jobs: sudo systemctl enable nginx sudo systemctl list-units --type=service --all sudo systemctl start nginx + sudo systemctl list-units --type=service --all #sudo systemctl status nginx.service #sudo systemctl status nginx if: always()