Move CLI E2E runner into CLI tests

This commit is contained in:
vorotamoroz
2026-07-09 02:22:40 +00:00
parent b9a27ffef9
commit fd3e8416b7
5 changed files with 21 additions and 9 deletions
+2 -1
View File
@@ -31,6 +31,7 @@ RUN deno cache --lock=deno.lock \
test-p2p-sync.ts
COPY test/bench-network/run-bench.sh /usr/local/bin/run-livesync-bench
RUN chmod +x /usr/local/bin/run-livesync-bench
COPY src/apps/cli/testdeno/run-cli-e2e.sh /usr/local/bin/run-livesync-cli-e2e
RUN chmod +x /usr/local/bin/run-livesync-bench /usr/local/bin/run-livesync-cli-e2e
CMD ["run-livesync-bench"]