From 927b7080ab30f43570a4a8c36e78b383e4caafe0 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:06:28 +0200 Subject: [PATCH] [GHA] Add Debug step --- .github/workflows/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index ea570e304..f3f11e781 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -40,5 +40,9 @@ jobs: ./dev-tools/generate-files.sh ./dev-tools/install-nginx-1.sh + - name: Debug + shell: bash + run: sudo systemctl status nginx.service + if: always() \ No newline at end of file