diff --git a/.github/workflows/ci-test-limited-with-count.yml b/.github/workflows/ci-test-limited-with-count.yml index bd16b8f86883..fbcb355ea507 100644 --- a/.github/workflows/ci-test-limited-with-count.yml +++ b/.github/workflows/ci-test-limited-with-count.yml @@ -236,6 +236,7 @@ jobs: working-directory: "." run: | sudo /etc/init.d/ssh stop ; + sudo systemctl disable --now ssh.socket mkdir -p ~/git-server/keys docker run --name test-event-driver -d -p 22:22 -p 5001:5001 -p 3306:3306 \ -p 5433:5432 -p 28017:27017 -p 25:25 -p 4200:4200 -p 5000:5000 -p 3001:3000 -p 6001:6001 -p 8001:8000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \ diff --git a/.github/workflows/ci-test-limited.yml b/.github/workflows/ci-test-limited.yml index e6be6dcdaf8c..c6e249d00879 100644 --- a/.github/workflows/ci-test-limited.yml +++ b/.github/workflows/ci-test-limited.yml @@ -151,6 +151,7 @@ jobs: working-directory: "." run: | sudo /etc/init.d/ssh stop ; + sudo systemctl disable --now ssh.socket mkdir -p ~/git-server/keys docker run --name test-event-driver -d -p 22:22 -p 5001:5001 -p 3306:3306 \ -p 5433:5432 -p 28017:27017 -p 25:25 -p 4200:4200 -p 5000:5000 -p 3001:3000 -p 6001:6001 -p 8001:8000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \