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 3398f32 commit 1aaa879Copy full SHA for 1aaa879
.github/workflows/ci.yml
@@ -35,9 +35,6 @@ jobs:
35
cd tests/servers/webdav
36
node server.js &
37
sleep 5
38
- # Test directory listing - check that jobs directory exists and contains ImportCatalog
39
- 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