diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 633b7a7..53334ec 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,6 +17,7 @@ jobs: - name: Execute tests and generate coverage report env: RUNNING_ON_GITHUB_ACTIONS: true + SSH_PORT=22 run: | sudo bash ./dev/tests/run_tests.sh - name: Upload Coverage to Codecov diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2bae489..7dc5993 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,6 +22,7 @@ jobs: - name: Execute tests and generate coverage report env: RUNNING_ON_GITHUB_ACTIONS: true + SSH_PORT=22 run: | sudo bash ./dev/tests/run_tests.sh - name: Upload Coverage to Codecov diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5910f22..80b75fa 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,6 +21,7 @@ jobs: shell: wsl-bash {0} env: RUNNING_ON_GITHUB_ACTIONS: true + SSH_PORT=22 run: | find . -type f ! -name ".git*" -print0 | xargs -0 -n 1 -P 4 dos2unix service ssh start