From c6c7c73258a15c20f36f5df8adbc39b481a841d6 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:12:38 +0200 Subject: [PATCH] [GHA] Debug nginx.conf --- .github/workflows/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f3f11e781..da1243b6f 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -42,7 +42,9 @@ jobs: - name: Debug shell: bash - run: sudo systemctl status nginx.service + run: | + sudo systemctl status nginx.service + cat /etc/nginx/nginx.conf if: always() \ No newline at end of file