From b17ac68caf86ce0de126ceb5382450e24a31a183 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 13:30:52 +0200 Subject: [PATCH] [GHA] Debug Nginx not starting --- .github/workflows/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 5a02b06ce..6c68fbcd7 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -27,9 +27,9 @@ jobs: sudo apt remove nginx sudo apt purge nginx sudo add-apt-repository -y ppa:nginx/stable - sudo apt-get update - sudo apt-get install -y --assume-yes nginx-extras - sudo apt-get -y install dos2unix + sudo apt update + sudo apt install -y --assume-yes nginx-extras + sudo apt -y install dos2unix - name: Run build @@ -39,3 +39,4 @@ jobs: source ~/.bashrc ./dev-tools/generate-files.sh ./dev-tools/install-nginx-1.sh + sudo systemctl status nginx.service