test(cli): cover adaptive journal S3 end to end

This commit is contained in:
vorotamoroz
2026-07-31 19:24:19 +00:00
parent 73e34aef7c
commit f3b0fbb29b
7 changed files with 168 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@
"pretest:e2e:ci": "npm run build",
"test:e2e:ci": "deno task --cwd testdeno test:ci",
"test:e2e:p2p": "deno task --cwd testdeno test:p2p:compose",
"pretest:e2e:adaptive-s3": "npm run build",
"test:e2e:adaptive-s3": "deno task --cwd testdeno test:adaptive-journal-s3",
"test:e2e:mirror": "bash test/test-mirror-linux.sh",
"test:e2e:remote-commands": "bash test/test-remote-commands-linux.sh",
"pretest:e2e:all": "npm run build",