Update GHA workflow [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-04 15:40:20 +02:00
parent 76c5e87b94
commit e7b53fa489
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -47,7 +47,7 @@ jobs:
echo "export TERM=xterm" >> ~/.bashrc
source ~/.bashrc
./dev-tools/generate-files.sh
./dev-tools/install-nginx-1.sh
#./dev-tools/install-nginx-1.sh
- name: Debug
shell: bash
@ -56,6 +56,8 @@ jobs:
cat /etc/nginx/nginx.conf
sudo systemctl list-units --type=service --all
sudo systemctl status nginx.service
sudo systemctl enable nginx
sudo systemctl status nginx
if: always()