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