From 77dc7de815177c3b79816726f7308a5cd3dd7306 Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Tue, 28 Sep 2021 09:54:51 +0200
Subject: [PATCH] ci: Echo os we are running on

---
 .github/workflows/test.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f9f538a..21fb53a 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
-- 
GitLab