Coherent yaml workflow
This commit is contained in:
parent
0ef4af40dc
commit
91950446f0
|
@ -15,9 +15,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install inotify-tools acl
|
sudo apt-get install inotify-tools acl
|
||||||
- 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: |
|
||||||
echo "Running on github actions: ${RUNNING_ON_GITHUB_ACTIONS}"
|
echo "Running on github actions: ${RUNNING_ON_GITHUB_ACTIONS}"
|
||||||
echo "Running on ssh port ${SSH_PORT}"
|
echo "Running on ssh port ${SSH_PORT}"
|
||||||
|
|
Loading…
Reference in New Issue