File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -102,16 +102,17 @@ jobs:
102102 sudo systemctl restart nginx.service
103103 echo -n "\n----\n"
104104 curl http://localhost:8002/tests/debug_response.php
105- cat debug_response.php
105+ # cat debug_response.php
106106 echo -n "\n----\n"
107107 curl https://localhost/tests/debug_response.php
108- cat debug_response.php.1
108+ # cat debug_response.php.1
109109 echo -n "\n----\n"
110110 curl --http1.0 https://localhost/tests/debug_response.php
111- cat debug_response.php.2
112- echo -n "\n----\n"
113- cat /var/log/nginx/error.log
111+ # cat debug_response.php.2
114112 echo -n "\n----\n"
113+ # cat /var/log/nginx/error.log
114+ # echo -n "\n----\n"
115+ ls -la
115116
116117 - name : Setup upterm session
117118 uses : lhotari/action-upterm@v1
You can’t perform that action at this time.
0 commit comments