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 7012449 commit 992cf3bCopy full SHA for 992cf3b
.github/workflows/test.yml
@@ -116,6 +116,7 @@ jobs:
116
if [ -f data50k.json ]; then
117
diff data50k.json /usr/local/nginx/html/data50k.json > /dev/null
118
if [ $? -eq 0 ]; then
119
+ ls -l data50k.json /usr/local/nginx/html/data50k.json
120
echo "OK"
121
else
122
echo "FAIL"
@@ -131,6 +132,7 @@ jobs:
131
132
if [ -f plugged.png ]; then
133
diff plugged.png /usr/local/nginx/html/plugged.png > /dev/null
134
135
+ ls -l plugged.png /usr/local/nginx/html/plugged.png
136
137
138
0 commit comments