Coherent yaml workflow

stable
Orsiris de Jong 11 months ago
parent 6b6f723094
commit 0ef4af40dc

@ -16,8 +16,8 @@ jobs:
sudo apt-get install inotify-tools acl
- name: Execute tests and generate coverage report
env:
RUNNING_ON_GITHUB_ACTIONS=true
SSH_PORT=22
- RUNNING_ON_GITHUB_ACTIONS=true
- SSH_PORT=22
run: |
echo "Running on github actions: ${RUNNING_ON_GITHUB_ACTIONS}"
echo "Running on ssh port ${SSH_PORT}"

Loading…
Cancel
Save