From 8ef2262421e82ce701f031f8fbf885b7381d08f2 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sat, 10 Jun 2023 12:04:34 +0200 Subject: [PATCH] Fix typo in env vars --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 53334ec..89b0ba6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,7 +17,7 @@ jobs: - name: Execute tests and generate coverage report env: RUNNING_ON_GITHUB_ACTIONS: true - SSH_PORT=22 + 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 7dc5993..29fd747 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,7 +22,7 @@ jobs: - name: Execute tests and generate coverage report env: RUNNING_ON_GITHUB_ACTIONS: true - SSH_PORT=22 + 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 80b75fa..b235ea7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,7 @@ jobs: shell: wsl-bash {0} env: RUNNING_ON_GITHUB_ACTIONS: true - SSH_PORT=22 + SSH_PORT: 22 run: | find . -type f ! -name ".git*" -print0 | xargs -0 -n 1 -P 4 dos2unix service ssh start