We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8070c6d commit 34a71d5Copy full SHA for 34a71d5
.github/workflows/tests.yml
@@ -88,8 +88,6 @@ jobs:
88
cd build
89
mkcert -install
90
mkcert -key-file key.pem -cert-file cert.pem localhost 127.0.0.1 ::1
91
- pwd
92
- ls -la
93
94
- name: Setup test web server
95
run: |
@@ -102,16 +100,11 @@ jobs:
102
100
sudo systemctl restart nginx.service
103
101
echo -n "\n----\n"
104
curl http://localhost:8002/tests/debug_response.php
105
-# cat debug_response.php
106
107
curl https://localhost/tests/debug_response.php
108
-# cat debug_response.php.1
109
110
curl --http1.0 https://localhost/tests/debug_response.php
111
-# cat debug_response.php.2
112
113
-# cat /var/log/nginx/error.log
114
-# echo -n "\n----\n"
115
ls -la
116
117
- name: Setup upterm session
0 commit comments