From 91950446f0babb2e2f6b5ad539328c152db060e7 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sat, 10 Jun 2023 13:51:03 +0200 Subject: [PATCH] Coherent yaml workflow --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"