diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1656e72f24173b108845e8be0b1d6619361e40f9..4063b876ceb3d03e3a25c049d1acf57181822597 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