[GHA] Add Debug step

This commit is contained in:
Mitchell Krog 2021-06-21 14:06:28 +02:00
parent 3eb82f4dbb
commit 927b7080ab
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -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()