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