Skip to content

Commit 34a71d5

Browse files
committed
Simplify debug output
1 parent 8070c6d commit 34a71d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: .github/workflows/tests.yml

-7
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ jobs:
8888
cd build
8989
mkcert -install
9090
mkcert -key-file key.pem -cert-file cert.pem localhost 127.0.0.1 ::1
91-
pwd
92-
ls -la
9391
9492
- name: Setup test web server
9593
run: |
@@ -102,16 +100,11 @@ jobs:
102100
sudo systemctl restart nginx.service
103101
echo -n "\n----\n"
104102
curl http://localhost:8002/tests/debug_response.php
105-
# cat debug_response.php
106103
echo -n "\n----\n"
107104
curl https://localhost/tests/debug_response.php
108-
# cat debug_response.php.1
109105
echo -n "\n----\n"
110106
curl --http1.0 https://localhost/tests/debug_response.php
111-
# cat debug_response.php.2
112107
echo -n "\n----\n"
113-
# cat /var/log/nginx/error.log
114-
# echo -n "\n----\n"
115108
ls -la
116109
117110
- name: Setup upterm session

0 commit comments

Comments
 (0)