From 1b2a93c5fac9b41de9128c61d67c396d2c0eba30 Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Tue, 28 Sep 2021 10:42:09 +0200 Subject: [PATCH] no message --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1656e72..4063b87 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,8 +55,10 @@ jobs: with: fetch-depth: 0 - - name: We are running on - run: echo ${{ matrix.os }} && echo ${{ github.runner_os }} + - name: A.We are running on + run: | + echo matrix.os is ${{ matrix.os }} + echo github.runner_os is ${{ github.runner_os }} # SETUP NODE ENVIRONMENT - name: Setup Node.js environment -- GitLab