From ba0035467b35118cf94446a6d2a2c854252b0326 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 13:45:31 +0200 Subject: [PATCH] [GHA] Debug --- .github/workflows/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 0250baea8..081374912 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -39,4 +39,10 @@ jobs: source ~/.bashrc ./dev-tools/generate-files.sh ./dev-tools/install-nginx-1.sh + + - name: Debug + shell: bash + run: | sudo systemctl status nginx.service + + \ No newline at end of file