Fix typo in env vars
This commit is contained in:
parent
fa7f6d1088
commit
8ef2262421
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Execute tests and generate coverage report
|
- name: Execute tests and generate coverage report
|
||||||
env:
|
env:
|
||||||
RUNNING_ON_GITHUB_ACTIONS: true
|
RUNNING_ON_GITHUB_ACTIONS: true
|
||||||
SSH_PORT=22
|
SSH_PORT: 22
|
||||||
run: |
|
run: |
|
||||||
sudo bash ./dev/tests/run_tests.sh
|
sudo bash ./dev/tests/run_tests.sh
|
||||||
- name: Upload Coverage to Codecov
|
- name: Upload Coverage to Codecov
|
||||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Execute tests and generate coverage report
|
- name: Execute tests and generate coverage report
|
||||||
env:
|
env:
|
||||||
RUNNING_ON_GITHUB_ACTIONS: true
|
RUNNING_ON_GITHUB_ACTIONS: true
|
||||||
SSH_PORT=22
|
SSH_PORT: 22
|
||||||
run: |
|
run: |
|
||||||
sudo bash ./dev/tests/run_tests.sh
|
sudo bash ./dev/tests/run_tests.sh
|
||||||
- name: Upload Coverage to Codecov
|
- name: Upload Coverage to Codecov
|
||||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
shell: wsl-bash {0}
|
shell: wsl-bash {0}
|
||||||
env:
|
env:
|
||||||
RUNNING_ON_GITHUB_ACTIONS: true
|
RUNNING_ON_GITHUB_ACTIONS: true
|
||||||
SSH_PORT=22
|
SSH_PORT: 22
|
||||||
run: |
|
run: |
|
||||||
find . -type f ! -name ".git*" -print0 | xargs -0 -n 1 -P 4 dos2unix
|
find . -type f ! -name ".git*" -print0 | xargs -0 -n 1 -P 4 dos2unix
|
||||||
service ssh start
|
service ssh start
|
||||||
|
|
Loading…
Reference in New Issue