Skip to content

Commit ce3b6b0

Browse files
committed
Another nginx try
1 parent d546390 commit ce3b6b0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,15 @@ jobs:
103103
sudo chmod o+w /etc/nginx/sites-available/default
104104
sudo cat tests/nginx_vhost_config > /etc/nginx/sites-available/default
105105
sudo systemctl restart nginx.service
106-
echo "----"
106+
echo -n "----"
107107
wget http://localhost:8002/tests/debug_response.php
108108
cat debug_response.php
109-
echo "----"
109+
echo -n "----"
110110
wget https://localhost/tests/debug_response.php
111111
cat debug_response.php.1
112-
echo "----"
112+
echo -n "----"
113+
cat /var/log/nginx/error.log
114+
echo -n "----"
113115
114116
- name: Wait for browser & PHP to start
115117
run: |

0 commit comments

Comments
 (0)