From b2f41cf420028173a7fad6befae9dcff1a96e192 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:45:20 +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 8727c777d..5226079bc 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -57,6 +57,7 @@ jobs: sudo systemctl list-units --type=service --all sudo systemctl enable nginx sudo systemctl list-units --type=service --all + sudo systemctl start nginx #sudo systemctl status nginx.service #sudo systemctl status nginx if: always()