diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4a2d1ce..312cbeb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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}"