We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d546390 commit ce3b6b0Copy full SHA for ce3b6b0
.github/workflows/tests.yml
@@ -103,13 +103,15 @@ jobs:
103
sudo chmod o+w /etc/nginx/sites-available/default
104
sudo cat tests/nginx_vhost_config > /etc/nginx/sites-available/default
105
sudo systemctl restart nginx.service
106
- echo "----"
+ echo -n "----"
107
wget http://localhost:8002/tests/debug_response.php
108
cat debug_response.php
109
110
wget https://localhost/tests/debug_response.php
111
cat debug_response.php.1
112
113
+ cat /var/log/nginx/error.log
114
115
116
- name: Wait for browser & PHP to start
117
run: |
0 commit comments