Add openssh-server for remote tests
This commit is contained in:
parent
4bf065f94e
commit
a9da549e4f
|
@ -16,12 +16,14 @@ jobs:
|
||||||
additional-packages:
|
additional-packages:
|
||||||
dos2unix
|
dos2unix
|
||||||
rsync
|
rsync
|
||||||
|
openssh-server
|
||||||
- name: Execute tests and generate coverage report
|
- name: Execute tests and generate coverage report
|
||||||
shell: wsl-bash {0}
|
shell: wsl-bash {0}
|
||||||
env:
|
env:
|
||||||
RUNNING_ON_GITHUB_ACTIONS: true
|
RUNNING_ON_GITHUB_ACTIONS: true
|
||||||
run: |
|
run: |
|
||||||
find . -type f -print0 | xargs -0 -n 1 -P 4 dos2unix
|
find . -type f ! -name ".git*" -print0 | xargs -0 -n 1 -P 4 dos2unix
|
||||||
|
service ssh start
|
||||||
./dev/tests/run_tests.sh
|
./dev/tests/run_tests.sh
|
||||||
- name: Upload Coverage to Codecov
|
- name: Upload Coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
|
|
Loading…
Reference in New Issue