Skip to content

Commit ee18a78

Browse files
committed
Revert stat
1 parent 8f77350 commit ee18a78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
sleep 5
3838
# Test directory listing
3939
curl -X PROPFIND "http://localhost:3000/on/demandware.servlet/webdav/Sites/Logs/" -H "Depth: 1" -s | grep -q "Job-ImportCatalog"
40-
# Test individual file stat (this is what was failing)
41-
curl -X PROPFIND "http://localhost:3000/on/demandware.servlet/webdav/Sites/Logs/jobs/ImportCatalog/Job-ImportCatalog-0987654321.log" -H "Depth: 0" -s | grep -q "getcontentlength"
42-
echo "WebDAV server is ready and stat function is working"
4340
4441
- name: Run tests
4542
run: npm test

0 commit comments

Comments
 (0)