Skip to content

Commit 992cf3b

Browse files
committed
Show test files
1 parent 7012449 commit 992cf3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
if [ -f data50k.json ]; then
117117
diff data50k.json /usr/local/nginx/html/data50k.json > /dev/null
118118
if [ $? -eq 0 ]; then
119+
ls -l data50k.json /usr/local/nginx/html/data50k.json
119120
echo "OK"
120121
else
121122
echo "FAIL"
@@ -131,6 +132,7 @@ jobs:
131132
if [ -f plugged.png ]; then
132133
diff plugged.png /usr/local/nginx/html/plugged.png > /dev/null
133134
if [ $? -eq 0 ]; then
135+
ls -l plugged.png /usr/local/nginx/html/plugged.png
134136
echo "OK"
135137
else
136138
echo "FAIL"

0 commit comments

Comments
 (0)