diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f9f538aaaa84e1511cb0c7e7f1ce46c1a0ee9c6f..21fb53aedc28ca5be1b2ec705baf45ca3211f441 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -55,6 +55,9 @@ jobs:
         with:
           fetch-depth: 0
 
+      - name: We are running on
+        run: echo ${{ matrix.os }} ${{ github.runner_os }}
+
       # SETUP NODE ENVIRONMENT
       - name: Setup Node.js environment
         uses: actions/setup-node@v2.4.0