From d36db0abfe339343e42cab58973fa2c4348f7189 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:41:44 +0200 Subject: [PATCH] [GHA] netstat --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 603173f82..47e7e9d50 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -44,6 +44,7 @@ jobs: - name: Debug shell: bash run: | + sudo netstat -napt cat /etc/nginx/nginx.conf sudo systemctl status nginx.service if: always()