From 339eaa3644d8cf1c2b5649e242a05cc6a57467bf Mon Sep 17 00:00:00 2001
From: Davide Beatrici <github@davidebeatrici.dev>
Date: Wed, 10 Mar 2021 08:46:44 +0100
Subject: [PATCH] Set windowsShell to "cmd" for the second test, to verify that
 it works correctly (#10)

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

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 488b4ce..3adc16f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -30,6 +30,7 @@ jobs:
         macos: echo "test2"
         linux: echo "test2"
         windows: echo "test2"
+        windowsShell: cmd
     - 
       uses: knicknic/os-specific-run@main
       with:
@@ -44,5 +45,4 @@ jobs:
         macos: echo "test2"
         linux: echo "test2"
         windows: echo "test2"
-        
-        
+        windowsShell: cmd