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 ee18a78 commit 3398f32Copy full SHA for 3398f32
.github/workflows/ci.yml
@@ -35,8 +35,9 @@ jobs:
35
cd tests/servers/webdav
36
node server.js &
37
sleep 5
38
- # Test directory listing
39
- curl -X PROPFIND "http://localhost:3000/on/demandware.servlet/webdav/Sites/Logs/" -H "Depth: 1" -s | grep -q "Job-ImportCatalog"
+ # Test directory listing - check that jobs directory exists and contains ImportCatalog
+ curl -X PROPFIND "http://localhost:3000/on/demandware.servlet/webdav/Sites/Logs/" -H "Depth: 1" -s | grep -q "jobs"
40
+ curl -X PROPFIND "http://localhost:3000/on/demandware.servlet/webdav/Sites/Logs/jobs/" -H "Depth: 1" -s | grep -q "ImportCatalog"
41
42
- name: Run tests
43
run: npm test
0 commit comments