Skip to content

Commit 8070c6d

Browse files
committed
Don't show output (as for wget), because curl shows it by itself
1 parent 9ccd845 commit 8070c6d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)