diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 312cbeb..7d1916e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -15,9 +15,9 @@ jobs: run: | sudo apt-get install inotify-tools acl - name: Execute tests and generate coverage report - env: - - RUNNING_ON_GITHUB_ACTIONS=true - - SSH_PORT=22 + env: | + 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}"