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